texlive[47389] Master/bin/win32/runscript.tlu: do not guess input

commits+kakuto at tug.org commits+kakuto at tug.org
Mon Apr 9 01:11:53 CEST 2018


Revision: 47389
          http://tug.org/svn/texlive?view=revision&revision=47389
Author:   kakuto
Date:     2018-04-09 01:11:53 +0200 (Mon, 09 Apr 2018)
Log Message:
-----------
do not guess input encoding in format creation for ptex and friends since guessing is not complete

Modified Paths:
--------------
    trunk/Master/bin/win32/runscript.tlu

Modified: trunk/Master/bin/win32/runscript.tlu
===================================================================
--- trunk/Master/bin/win32/runscript.tlu	2018-04-08 22:55:05 UTC (rev 47388)
+++ trunk/Master/bin/win32/runscript.tlu	2018-04-08 23:11:53 UTC (rev 47389)
@@ -693,6 +693,9 @@
   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')



More information about the tex-live-commits mailing list