diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-04-08 23:11:53 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-04-08 23:11:53 +0000 |
commit | 160f62f70cb3435bfda7e5c1fb0ab6d7e69dd5b5 (patch) | |
tree | 62e6d4722c2711ff26ecc2fa2d3153028588ff46 /Master | |
parent | c705a3925e1058be76600cea4e9b00db53fd26cd (diff) |
do not guess input encoding in format creation for ptex and friends since guessing is not complete
git-svn-id: svn://tug.org/texlive/trunk@47389 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/bin/win32/runscript.tlu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index be85d060db5..b9a0685b399 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -693,6 +693,9 @@ elseif contains(sys_user_progs, progname) then elseif userprog then argline = ' --user ' .. argline end + -- do not guess input encoding in format creation for ptex + -- and friends since guessing is not complete + os.setenv('GUESS_INPUT_KANJI_ENCODING', '0') elseif progname == 'asy' then os.setenv('ASYMPTOTE_GS', GSEXE) os.setenv('CYGWIN', 'nodosfilewarning') |