diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-07 21:22:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-07 21:22:56 +0000 |
commit | a83d989f16a66425ae3d8ae20f0b683727471f91 (patch) | |
tree | c4e59314e93be1f5176236c4ad788b44da2664e6 /Master/texmf-dist/source/fonts | |
parent | 55383837424c9d7e6426f50affe5c0b94ca61392 (diff) |
japanese-otf-uptex (7sep19)
git-svn-id: svn://tug.org/texlive/trunk@52048 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts')
-rw-r--r-- | Master/texmf-dist/source/fonts/japanese-otf-uptex/script/CheckDVICode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/CheckDVICode.pm b/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/CheckDVICode.pm index 6e98ae866f2..6ef5e528cd2 100644 --- a/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/CheckDVICode.pm +++ b/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/CheckDVICode.pm @@ -125,7 +125,7 @@ sub is_dvicode($){ if ($key eq 'kutouten') { return ($code == 0x3001 || $code == 0x3002 || $code == 0xFF0C || $code == 0xFF0E || - $code == 0x30FB || + $code == 0x30FB || $code == 0x00B7 || $code == 0xFF1A || $code == 0xFF1B);} if ($key eq 'burasage') { return ($code == 0x3001 || $code == 0x3002 || |