mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
CharUtil.isBlankChar增加\u180e
This commit is contained in:
@@ -263,7 +263,9 @@ public class CharUtil implements CharPool {
|
||||
// issue#I5UGSQ,Hangul Filler
|
||||
|| c == '\u3164'
|
||||
// Braille Pattern Blank
|
||||
|| c == '\u2800';
|
||||
|| c == '\u2800'
|
||||
// MONGOLIAN VOWEL SEPARATOR
|
||||
|| c == '\u180e';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user