diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-03-26 09:35:06 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-03-26 09:35:06 +0000 |
commit | 938ffdb31be72faf77479ca4d5ca4ef9fe383d3c (patch) | |
tree | bd2600ae1598b50127644f0fb1e6600521e4f529 /Build | |
parent | a41bef4a54eb9f599f463c02f7cf27b70d92a643 (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@47128 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 83cbc5d3f8f..5b95834f774 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. -guess_input_kanji_encoding = 1 +% Default is 0, to not guess. Used on Windows only. +guess_input_kanji_encoding = 0 |