mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-06 21:58:03 +08:00
add u180e
This commit is contained in:
parent
8d1888bfa0
commit
50e0426e35
@ -264,6 +264,7 @@ public class CharUtil implements CharPool {
|
||||
|| c == '\u3164'
|
||||
// Braille Pattern Blank
|
||||
|| c == '\u2800'
|
||||
// MONGOLIAN VOWEL SEPARATOR
|
||||
|| c == '\u180e';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user