summaryrefslogtreecommitdiff
path: root/macros/jptex/latex/japanese-otf/src/script/mkutf32list.pl
diff options
context:
space:
mode:
Diffstat (limited to 'macros/jptex/latex/japanese-otf/src/script/mkutf32list.pl')
-rwxr-xr-xmacros/jptex/latex/japanese-otf/src/script/mkutf32list.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/jptex/latex/japanese-otf/src/script/mkutf32list.pl b/macros/jptex/latex/japanese-otf/src/script/mkutf32list.pl
index 2a05252074..903b6f0c65 100755
--- a/macros/jptex/latex/japanese-otf/src/script/mkutf32list.pl
+++ b/macros/jptex/latex/japanese-otf/src/script/mkutf32list.pl
@@ -54,9 +54,9 @@ if ($.<8 && /((Adobe-(?:Japan|CNS|GB|Korea).*)-\d)\s/) {
$utfmac="UTFT"; $cmap="UniCNS-UTF32";
$source="Adobe-CNS1-7/cid2code.txt"; }
elsif ($collection =~ /gb/i) {
- @cid_max = qw/-1 7716 9896 22126 22352 29063 30283/;
+ @cid_max = qw/-1 7716 9896 22126 22352 29063 30283 30571/;
$utfmac="UTFC"; $cmap="UniGB-UTF32";
- $source="Adobe-GB1-5/cid2code.txt"; }
+ $source="Adobe-GB1-6/cid2code.txt"; }
elsif ($collection =~ /kor/i) {
@cid_max = qw/-1 9332 18154 18351/;
$utfmac="UTFK"; $cmap="UniKS-UTF32";