summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/japanese-otf-uptex/script/CheckDVICode.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf-uptex/script/CheckDVICode.pm')
-rw-r--r--Master/texmf-dist/source/fonts/japanese-otf-uptex/script/CheckDVICode.pm2
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 ||