mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +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
|
// issue#I5UGSQ,Hangul Filler
|
||||||
|| c == '\u3164'
|
|| c == '\u3164'
|
||||||
// Braille Pattern Blank
|
// Braille Pattern Blank
|
||||||
|| c == '\u2800';
|
|| c == '\u2800'
|
||||||
|
|| c == '\u180e';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user