mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
Merge pull request #2738 from wangliang181230/charutil
CharUtil.isBlankChar('\u180e') 兼容高版本jdk。
This commit is contained in:
commit
8d1888bfa0
@ -263,7 +263,8 @@ public class CharUtil implements CharPool {
|
||||
// issue#I5UGSQ,Hangul Filler
|
||||
|| c == '\u3164'
|
||||
// Braille Pattern Blank
|
||||
|| c == '\u2800';
|
||||
|| c == '\u2800'
|
||||
|| c == '\u180e';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user