texlive[65989] Master/texmf-dist/scripts/texlive/fmtutil.pl: another

commits+karl at tug.org commits+karl at tug.org
Mon Feb 20 22:53:00 CET 2023


Revision: 65989
          http://tug.org/svn/texlive?view=revision&revision=65989
Author:   karl
Date:     2023-02-20 22:52:59 +0100 (Mon, 20 Feb 2023)
Log Message:
-----------
another win32->wndws

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

Modified: trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl	2023-02-20 21:03:03 UTC (rev 65988)
+++ trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl	2023-02-20 21:52:59 UTC (rev 65989)
@@ -711,8 +711,10 @@
 
   # Add -kanji-internal option for create (e-)p(La)TeX format
   # with (e-)upTeX's pTeX compatible mode.
-  if ($eng =~ /^e?uptex$/ && $fmt =~ /^e?p/ && $addargs !~ /-kanji-internal=/) {
-    my $kanji = win32() ? "sjis" : "euc";
+  if ($eng =~ /^e?uptex$/
+      && $fmt =~ /^e?p/
+      && $addargs !~ /-kanji-internal=/) {
+    my $kanji = wndws() ? "sjis" : "euc";
     $addargs = "-kanji-internal=$kanji " . $addargs;
   }
 



More information about the tex-live-commits mailing list.