From d3de05fb9dda5d710a51f3ad2097d67d8452a166 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Mon, 3 May 2021 03:50:12 +0000 Subject: support of non-ascii name for dviout (w32) was incomplete git-svn-id: svn://tug.org/texlive/trunk@59060 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 476a43539b9..2ec625c9ed0 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -794,7 +794,7 @@ elseif progname == 'dviout' then tfmpath = string.gsub(tfmpath, '/', '\\') local texrt = {} for d in string.gmatch(tfmpath, '([^;]+\\fonts)\\tfm[^;]*') do - if (lfs.attributes(d, 'mode') == 'directory') then + if (lfs.attributes(chgstrcp.syscptoutf8(d), 'mode') == 'directory') then table.insert(texrt, d) end end -- cgit v1.2.3