Version: 3.1.0 U+30FB is frequently used as the equivalent meaning to ` `, `&`, `…` in Japanese. > ドン・キホーテ (Don Quijote) > 2・3番目 (2nd & 3rd) > 何・・・? (What...?) U+30A0 can be used as the equivalent meaning to `-` in European people names in Japanese. > サン=サーンス (Saint-Saëns) ```js > cjk.all().toRegExp().test("\u30fb") false > cjk.all().toRegExp().test("\u30a0") false ``` They should be true in `.all()` and `.punctuations()`.