texlive[50423] Master/texmf-dist/scripts/texlive/updmap.pl:

commits+hironobu at tug.org commits+hironobu at tug.org
Sun Mar 17 04:31:22 CET 2019


Revision: 50423
          http://tug.org/svn/texlive?view=revision&revision=50423
Author:   hironobu
Date:     2019-03-17 04:31:22 +0100 (Sun, 17 Mar 2019)
Log Message:
-----------
updmap.pl: tfm names can contain hyphens for unicode-encoded fonts

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/updmap.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/updmap.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/updmap.pl	2019-03-17 01:23:49 UTC (rev 50422)
+++ trunk/Master/texmf-dist/scripts/texlive/updmap.pl	2019-03-17 03:31:22 UTC (rev 50423)
@@ -3,7 +3,7 @@
 # updmap - maintain map files for outline fonts.
 # (Maintained in TeX Live:Master/texmf-dist/scripts/texlive.)
 # 
-# Copyright 2011-2017 Norbert Preining
+# Copyright 2011-2019 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 #
@@ -875,7 +875,7 @@
     # make everything single spaced
     s/\s\s*/ /g;
     # unicode encoded fonts are not supported
-    next if (m!^\w\w* unicode !);
+    next if (m!^[\w-][\w-]* unicode !);
     # now we have the following format
     #  <word> <word> <word> some options like -e or -s
     if ($_ !~ m/([^ ][^ ]*) ([^ ][^ ]*) ([^ ][^ ]*)( (.*))?$/) {



More information about the tex-live-commits mailing list