diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-03-26 12:23:43 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-03-26 12:23:43 +0000 |
commit | 8f9986520227876058f63d47e261cd28a1e3284a (patch) | |
tree | 09502e914fbf989200e20e550460e839f5409940 /Build | |
parent | 2801f0e51b6a3eb842e4d044267d2ecf9d9cc650 (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@47131 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 5b95834f774..7d5acb45ada 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/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 |