A character may start a Unicode identifier if and only if it is a letter according to java spec. Character.isUnicodeIdentifierStart() was tested for all chars defined in UnicodeData3.0.txt published by unicode.org.
1.4.0beta-b44 was tested on win98 and 49 cases were failed out of all 10617 cases. The failed chars are not letters but Character.isUnicodeIdentifierStart() returns true.
. unzip the attached bundle.
. javac *.java
. java IsUnicodeIdentifierStartTest
bae-chul.kim@eng 2000-12-12
- duplicates
-
JDK-4396171 49 chars were failed with isUnicodeIdentifierStart method
-
- Closed
-