Character api doc(isWhitespace() method description) in build 1.4.0beta-b43 api doc has two wrong information.
", but is not a no-break space (\u00A0 or \uFEFF)"
. \uFEFF is not one of SPACE_SEPARATOR, LINE_SEPARATOR, and PARAGRAPH_SEPARATOR type.
. (\u00A0 or \uFEFF) should be (\u00A0, \u202F, or \u2007)
Please see 4395323 for 202f and 2007.
bae-chul.kim@eng 2000-12-05
- duplicates
-
JDK-4395323 unicocde 202f, 2007 failed with Character.isWhitespace()
-
- Closed
-
-
JDK-4404977 Incomplete or inaccurate Character spec
-
- Closed
-
- relates to
-
JDK-4427146 class Character: 3 methods return invalid values
-
- Closed
-