diff options
-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 |