summaryrefslogtreecommitdiff
path: root/language/japanese/japanese-otf-uptex/script
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-08 03:01:40 +0000
committerNorbert Preining <norbert@preining.info>2019-09-08 03:01:40 +0000
commitdce09de80c37afccb6addb25d0c7d40367059ece (patch)
tree1e4dd6a67e521ca0bc733231afc3c071a69812d9 /language/japanese/japanese-otf-uptex/script
parent7345b8683c7cbeaedf53e992fda0b3fa6141084e (diff)
CTAN sync 201909080301
Diffstat (limited to 'language/japanese/japanese-otf-uptex/script')
-rw-r--r--language/japanese/japanese-otf-uptex/script/CheckDVICode.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/japanese/japanese-otf-uptex/script/CheckDVICode.pm b/language/japanese/japanese-otf-uptex/script/CheckDVICode.pm
index 6e98ae866f..6ef5e528cd 100644
--- a/language/japanese/japanese-otf-uptex/script/CheckDVICode.pm
+++ b/language/japanese/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 ||