mirror of
https://gitee.com/dromara/hutool.git
synced 2025-08-01 10:10:22 +08:00
CharUtil.isBlankChar('\u180e') 兼容高版本jdk。
This commit is contained in:
parent
19d9717e49
commit
e3d939157f
@ -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…
Reference in New Issue
Block a user