diff options
Diffstat (limited to 'Build/source/texk/web2c/pmpostdir')
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/pmpost.ch | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pmpostdir/ChangeLog b/Build/source/texk/web2c/pmpostdir/ChangeLog index ac176ded247..14728c8fff6 100644 --- a/Build/source/texk/web2c/pmpostdir/ChangeLog +++ b/Build/source/texk/web2c/pmpostdir/ChangeLog @@ -1,3 +1,8 @@ +2018-03-26 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * pmpost.ch: Use UTF-8 as a default encoding also on + Windows. + 2018-02-19 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * pmp.ch: Adapt to the new mp.w. diff --git a/Build/source/texk/web2c/pmpostdir/pmpost.ch b/Build/source/texk/web2c/pmpostdir/pmpost.ch index 503de8bb9c4..abd3c28a04f 100644 --- a/Build/source/texk/web2c/pmpostdir/pmpost.ch +++ b/Build/source/texk/web2c/pmpostdir/pmpost.ch @@ -267,7 +267,7 @@ else #else enable_UPTEX (false); #if defined(WIN32) - set_enc_string("sjis", "sjis"); + set_enc_string("utf8", "sjis"); #else set_enc_string("utf8", "euc"); #endif |