diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-03-26 12:22:29 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-03-26 12:22:29 +0000 |
commit | 2801f0e51b6a3eb842e4d044267d2ecf9d9cc650 (patch) | |
tree | 3f497b30243a151e5e3fce67ffd588d644ec8426 /Master/texmf-dist | |
parent | d8bdf6459e82436b78883e82d4cc5f61a14fc53e (diff) |
revert texmf.cnf for Windows
git-svn-id: svn://tug.org/texlive/trunk@47130 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-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 5b95834f774..7d5acb45ada 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. Used on Windows only. -guess_input_kanji_encoding = 0 +% Default is 1, to guess. Used on Windows only. +guess_input_kanji_encoding = 1 |