summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/japanese-otf/script/mkmlcidvf.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf/script/mkmlcidvf.pl')
-rwxr-xr-xMaster/texmf-dist/source/fonts/japanese-otf/script/mkmlcidvf.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf/script/mkmlcidvf.pl b/Master/texmf-dist/source/fonts/japanese-otf/script/mkmlcidvf.pl
index 7cb0dd7515a..2019b020cbb 100755
--- a/Master/texmf-dist/source/fonts/japanese-otf/script/mkmlcidvf.pl
+++ b/Master/texmf-dist/source/fonts/japanese-otf/script/mkmlcidvf.pl
@@ -29,9 +29,9 @@ sub makevf {
sub fonthead {
if ($lang eq "c"){
- print OUT "(VTITLE JVF for Adobe-GB1-4)\n"
+ print OUT "(VTITLE JVF for Adobe-GB1-5)\n"
}elsif ($lang eq "t"){
- print OUT "(VTITLE JVF for Adobe-CNS1-4)\n"
+ print OUT "(VTITLE JVF for Adobe-CNS1-7)\n"
}elsif ($lang eq "k"){
print OUT "(VTITLE JVF for Adobe-Korea1-2)\n"
}