Accept U+3007

Fixes #5688
This commit is contained in:
Christoph Atteneder 2021-09-13 14:24:03 +02:00
parent 851ef07812
commit c781394dbb
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B

View File

@ -861,7 +861,9 @@ public class JapanBankData {
return "[" + // match any of these characters:
// "-" + // full-width alphabet
// "-" + // full-width numerals
"一-龯" + // all Japanese kanji (0x4e00 ~ 0x9fcf)
"一-龯" + // common Japanese kanji (0x4e00 ~ 0x9faf)
"" + // kanji iteration mark (0x3005)
"" + // kanji number zero (0x3007)
"ぁ-ゔ" + // full-width hiragana (0x3041 ~ 0x3094)
"ァ-・" + // full-width katakana (0x30a1 ~ 0x30fb)
"ぁ-ゞ" + // half-width hiragana