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