From 11f1b2878b7a07e69d5a0928145aae5c1779cede Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Wed, 9 May 2018 04:00:39 +0000 Subject: 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 --- Master/bin/win32/runscript.tlu | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Master/bin') 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 -- cgit v1.2.3