texlive[47644] Master/bin/win32/runscript.tlu: set locale LC_CTYPE as

commits+kakuto at tug.org commits+kakuto at tug.org
Wed May 9 06:00:40 CEST 2018


Revision: 47644
          http://tug.org/svn/texlive?view=revision&revision=47644
Author:   kakuto
Date:     2018-05-09 06:00:39 +0200 (Wed, 09 May 2018)
Log Message:
-----------
set locale LC_CTYPE as the system default in runscript.tlu

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

Modified: trunk/Master/bin/win32/runscript.tlu
===================================================================
--- trunk/Master/bin/win32/runscript.tlu	2018-05-09 00:18:02 UTC (rev 47643)
+++ trunk/Master/bin/win32/runscript.tlu	2018-05-09 04:00:39 UTC (rev 47644)
@@ -455,6 +455,10 @@
 
 local function MAIN_CHUNK()
 
+-- set locale LC_CTYPE as the system default
+-- http://tug.org/pipermail/tex-live/2018-May/041628.html
+os.setlocale("", "ctype")
+
 -- preprocess arguments
 
 local guimode = false



More information about the tex-live-commits mailing list