diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-25 15:38:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-25 15:38:48 +0000 |
commit | b32a91dd12b3e3e8237d6164b5998ae7de94cbaa (patch) | |
tree | fc7650a32eb74fd4410c4f5a98d80fc80d8a257f /Build | |
parent | 98e9bee5404bfb37fed7fc9a1f2d165d9bbcc6fb (diff) |
(guess_input_kanji_encoding): document/default ptex config variable
git-svn-id: svn://tug.org/texlive/trunk@30932 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 9 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 6 |
2 files changed, 13 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 9c623337c8b..1810652e8d8 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,13 +1,20 @@ +2013-06-25 Karl Berry <karl@tug.org> + + * texmf.cnf (guess_input_kanji_encoding): config variable, + off by default. Per Akira. + 2013-06-25 Peter Breitenlohner <peb@mppmu.mpg.de> * config.h: Remove definition of EXEEXT, comes from c-auto.h. 2013-06-25 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + * config.h: define EXEEXT if DOSISH is defined. + * win32lib.c: Unify two win32lib.c's in w32 sources. + * progname.c, texmf.cnf: Define SELFAUTOGRANDPARENT to give a robust TEXMFLOCAL. - * config.h: define EXEEXT if DOSISH is defined. 2013-06-16 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 36227bb14f8..84009f51a45 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -672,7 +672,7 @@ BIBTEX_CSFILE = 88591lat.csf %TEXLIVE_WINDOWS_TRY_EXTERNAL_PERL = 0 -% Part 3: Array and other sizes for TeX (and Metafont). +% Part 3: Array and other sizes for TeX, Metafont, etc. % % If you want to change some of these sizes only for a certain TeX % variant, the usual dot notation works, e.g., @@ -780,3 +780,7 @@ max_strings.pbibtex = 35307 line_length.gftype = 500 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 = 0 |