From ac2076a1c1574e8973c41270faf9064b46fd5130 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sun, 2 May 2021 04:05:49 +0000 Subject: support non-ascii user name for dviout git-svn-id: svn://tug.org/texlive/trunk@59047 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/win32/runscript.tlu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/bin') diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index f2a75cf4999..476a43539b9 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -786,7 +786,7 @@ elseif progname == 'asy' then end elseif progname == 'dviout' then local fontsdir = kpse.var_value('TEXMFVAR') .. '/fonts' - if (lfs.attributes(fontsdir, 'mode') ~= 'directory') then + if (lfs.attributes(chgstrcp.syscptoutf8(fontsdir), 'mode') ~= 'directory') then assert(mkdir_plus(fontsdir)) end local tfmpath = kpse.show_path('tfm') -- cgit v1.2.3