summaryrefslogtreecommitdiff
path: root/Master/bin
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2018-05-09 04:00:39 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2018-05-09 04:00:39 +0000
commit11f1b2878b7a07e69d5a0928145aae5c1779cede (patch)
tree6af5327987394cd010338d1c8bd0a969a91cdcfe /Master/bin
parent12685476d5a7d21108f7f5e55ddcd69157de72cf (diff)
set locale LC_CTYPE as the system default in runscript.tlu
git-svn-id: svn://tug.org/texlive/trunk@47644 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-xMaster/bin/win32/runscript.tlu4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu
index 86e50b0c02d..8b22d7408ca 100755
--- a/Master/bin/win32/runscript.tlu
+++ b/Master/bin/win32/runscript.tlu
@@ -455,6 +455,10 @@ end
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