summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutf32list.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-09 22:38:56 +0000
committerKarl Berry <karl@freefriends.org>2018-12-09 22:38:56 +0000
commit133d545855aad08d7b6124698f796f8f558eac44 (patch)
tree8e17caa9b0c3bfa3421fe54a98d7aec1df93228b /Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutf32list.pl
parenta5b95c30b4007ce056780ddc7a862789c4402aec (diff)
japanese-otf-uptex (9dec18)
git-svn-id: svn://tug.org/texlive/trunk@49361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutf32list.pl')
-rwxr-xr-xMaster/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutf32list.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutf32list.pl b/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutf32list.pl
index b71dc60947f..377659d3983 100755
--- a/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutf32list.pl
+++ b/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/mkutf32list.pl
@@ -24,7 +24,7 @@ This software is a part of otfbeta-uptex (a.k.a. japanese-otf-uptex).
=cut
use strict;
-use encoding 'utf8';
+binmode(STDOUT, ":utf8");
our ($style, $allrange);
our (@count, %reset_ch, $icollec, $cid2code, $line);
@@ -62,9 +62,9 @@ if ($.<8 && /((Adobe-(?:Japan|CNS|GB|Korea).*)-\d)\s/) {
$utfmac="UTFK"; $cmap="UniKS-UTF32";
$source="Adobe-Korea1-2/cid2code.txt"; }
else {
- @cid_max = qw/-1 8283 8358 8719 9353 15443 20316 23057/;
+ @cid_max = qw/-1 8283 8358 8719 9353 15443 20316 23057 23059/;
$utfmac="UTF"; $cmap="UniJIS-UTF32";
- $source="Adobe-Japan1-6/cid2code.txt"; }
+ $source="Adobe-Japan1-7/cid2code.txt"; }
}
next if (/^#/);