diff options
author | Kuuuube <61125188+Kuuuube@users.noreply.github.com> | 2024-06-26 14:50:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 18:50:33 +0000 |
commit | 97b5be457061a4dc89508b82434a3e8ead817362 (patch) | |
tree | 3ad6eb3a74ad69c7da37dd824af83b3eb52010ad /ext | |
parent | dfc3710108fe2617a98fca0f57f5a2f6bb7d1830 (diff) |
Add support for halfwidth nakaguro (#1139)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/js/language/ja/japanese.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/js/language/ja/japanese.js b/ext/js/language/ja/japanese.js index 231d8f62..571abf26 100644 --- a/ext/js/language/ja/japanese.js +++ b/ext/js/language/ja/japanese.js @@ -67,6 +67,7 @@ const JAPANESE_RANGES = [ const SMALL_KANA_SET = new Set('ぁぃぅぇぉゃゅょゎァィゥェォャュョヮ'); const HALFWIDTH_KATAKANA_MAPPING = new Map([ + ['・', '・--'], ['ヲ', 'ヲヺ-'], ['ァ', 'ァ--'], ['ィ', 'ィ--'], |