summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-22 21:07:54 +0000
committerKarl Berry <karl@freefriends.org>2014-04-22 21:07:54 +0000
commit25a933f189873c24f279e95f64f3733cc46198fb (patch)
tree9500e5711724d314fdbdf4a8f9c26a091cfb196f /Build
parent77ab8c62c6d633ae2d3cb47af160e5ebd0912e8d (diff)
guess_input_kanji_encoding = 1
git-svn-id: svn://tug.org/texlive/trunk@33620 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf2
2 files changed, 6 insertions, 1 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