diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-03-26 09:33:31 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-03-26 09:33:31 +0000 |
commit | a41bef4a54eb9f599f463c02f7cf27b70d92a643 (patch) | |
tree | 406a1880e42c7217e3171607d14f8c5be1255059 /Master/texmf-dist/web2c | |
parent | 3684184ccbf6ed929b5cef5663f720a29442838c (diff) |
change the default value of guess_input_kanji_encoding from 1 to 0 (used on Windows only)
git-svn-id: svn://tug.org/texlive/trunk@47127 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/web2c')
-rw-r--r-- | Master/texmf-dist/web2c/texmf.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf index 83cbc5d3f8f..5b95834f774 100644 --- a/Master/texmf-dist/web2c/texmf.cnf +++ b/Master/texmf-dist/web2c/texmf.cnf @@ -819,5 +819,5 @@ max_rows.gftype = 8191 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 |