diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-22 21:07:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-22 21:07:54 +0000 |
commit | 25a933f189873c24f279e95f64f3733cc46198fb (patch) | |
tree | 9500e5711724d314fdbdf4a8f9c26a091cfb196f | |
parent | 77ab8c62c6d633ae2d3cb47af160e5ebd0912e8d (diff) |
guess_input_kanji_encoding = 1
git-svn-id: svn://tug.org/texlive/trunk@33620 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 | ||||
-rw-r--r-- | Master/texmf-dist/web2c/texmf.cnf | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 713ef512157..8a05990cad9 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2014-04-22 Karl Berry <karl@tug.org> + + * texmf.cnf (guess_input_kanji_encoding): set to 1, + per Akira and Norbert. + 2014-04-17 Karl Berry <karl@tug.org> * version.ac: 6.2.0 (without the dev) for 2014 pretest. diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index e30e50d21ca..77bcfb98f82 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -779,4 +779,4 @@ 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 = 0 +guess_input_kanji_encoding = 1 diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf index e30e50d21ca..77bcfb98f82 100644 --- a/Master/texmf-dist/web2c/texmf.cnf +++ b/Master/texmf-dist/web2c/texmf.cnf @@ -779,4 +779,4 @@ 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 = 0 +guess_input_kanji_encoding = 1 |