mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
parent
851ef07812
commit
c781394dbb
@ -861,7 +861,9 @@ public class JapanBankData {
|
||||
return "[" + // match any of these characters:
|
||||
// "A-z" + // full-width alphabet
|
||||
// "0-9" + // 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
|
||||
|
Loading…
Reference in New Issue
Block a user