texlive[47127] Master/texmf-dist/web2c/texmf.cnf: change the default

commits+kakuto at tug.org commits+kakuto at tug.org
Mon Mar 26 11:33:32 CEST 2018


Revision: 47127
          http://tug.org/svn/texlive?view=revision&revision=47127
Author:   kakuto
Date:     2018-03-26 11:33:31 +0200 (Mon, 26 Mar 2018)
Log Message:
-----------
change the default value of guess_input_kanji_encoding from 1 to 0 (used on Windows only)

Modified Paths:
--------------
    trunk/Master/texmf-dist/web2c/texmf.cnf

Modified: trunk/Master/texmf-dist/web2c/texmf.cnf
===================================================================
--- trunk/Master/texmf-dist/web2c/texmf.cnf	2018-03-26 03:37:28 UTC (rev 47126)
+++ trunk/Master/texmf-dist/web2c/texmf.cnf	2018-03-26 09:33:31 UTC (rev 47127)
@@ -819,5 +819,5 @@
 max_cols.gftype = 8191
 
 % Guess input encoding (SJIS vs. Unicode, etc.) in pTeX and friends?
-% Default is 0, to not guess.
-guess_input_kanji_encoding = 1
+% Default is 0, to not guess. Used on Windows only.
+guess_input_kanji_encoding = 0



More information about the tex-live-commits mailing list