diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-05-09 04:00:39 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-05-09 04:00:39 +0000 |
commit | 11f1b2878b7a07e69d5a0928145aae5c1779cede (patch) | |
tree | 6af5327987394cd010338d1c8bd0a969a91cdcfe /Master/bin/win32/runscript.tlu | |
parent | 12685476d5a7d21108f7f5e55ddcd69157de72cf (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/win32/runscript.tlu')
-rwxr-xr-x | Master/bin/win32/runscript.tlu | 4 |
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 |