From a83d989f16a66425ae3d8ae20f0b683727471f91 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 7 Sep 2019 21:22:56 +0000 Subject: japanese-otf-uptex (7sep19) git-svn-id: svn://tug.org/texlive/trunk@52048 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/fonts/japanese-otf-uptex/script/CheckDVICode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf-dist/source/fonts') 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 || -- cgit v1.2.3