texlive[47125] Build/source/texk/web2c/pmpostdir: use UTF-8 as a

commits+kakuto at tug.org commits+kakuto at tug.org
Mon Mar 26 05:28:30 CEST 2018


Revision: 47125
          http://tug.org/svn/texlive?view=revision&revision=47125
Author:   kakuto
Date:     2018-03-26 05:28:30 +0200 (Mon, 26 Mar 2018)
Log Message:
-----------
use UTF-8 as a default encoding also on Windows

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/pmpostdir/ChangeLog
    trunk/Build/source/texk/web2c/pmpostdir/pmpost.ch

Modified: trunk/Build/source/texk/web2c/pmpostdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/pmpostdir/ChangeLog	2018-03-26 02:35:00 UTC (rev 47124)
+++ trunk/Build/source/texk/web2c/pmpostdir/ChangeLog	2018-03-26 03:28:30 UTC (rev 47125)
@@ -1,3 +1,8 @@
+2018-03-26  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
+
+	* pmpost.ch: Use UTF-8 as a default encoding also on
+	Windows.
+
 2018-02-19  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	* pmp.ch: Adapt to the new mp.w.

Modified: trunk/Build/source/texk/web2c/pmpostdir/pmpost.ch
===================================================================
--- trunk/Build/source/texk/web2c/pmpostdir/pmpost.ch	2018-03-26 02:35:00 UTC (rev 47124)
+++ trunk/Build/source/texk/web2c/pmpostdir/pmpost.ch	2018-03-26 03:28:30 UTC (rev 47125)
@@ -267,7 +267,7 @@
 #else
   enable_UPTEX (false);
 #if defined(WIN32)
-  set_enc_string("sjis", "sjis");
+  set_enc_string("utf8", "sjis");
 #else
   set_enc_string("utf8", "euc");
 #endif



More information about the tex-live-commits mailing list