texlive[59060] Master/bin/win32/runscript.tlu: support of non-ascii
commits+kakuto at tug.org
commits+kakuto at tug.org
Mon May 3 05:50:13 CEST 2021
Revision: 59060
http://tug.org/svn/texlive?view=revision&revision=59060
Author: kakuto
Date: 2021-05-03 05:50:12 +0200 (Mon, 03 May 2021)
Log Message:
-----------
support of non-ascii name for dviout (w32) was incomplete
Modified Paths:
--------------
trunk/Master/bin/win32/runscript.tlu
Modified: trunk/Master/bin/win32/runscript.tlu
===================================================================
--- trunk/Master/bin/win32/runscript.tlu 2021-05-03 01:32:21 UTC (rev 59059)
+++ trunk/Master/bin/win32/runscript.tlu 2021-05-03 03:50:12 UTC (rev 59060)
@@ -794,7 +794,7 @@
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
More information about the tex-live-commits
mailing list.