JSR 204 proposes to support Unicode supplementary characters in Java identifiers. Identifiers will be defined by the new java.lang.Character methods isJavaIdentifierStart(int) and isJavaIdentifierPart(int) rather than the old methods taking a char argument.
This is part of Tiger release driver 4533872.
This is part of Tiger release driver 4533872.
- duplicates
-
JDK-4912906 javac should handle surrogate pairs
- Closed
- relates to
-
JDK-4973116 Regression test tools/javac/unicode/SupplementaryJavaID6.java fails
- Closed
-
JDK-4533872 Unicode supplementary character support (JSR-204)
- Resolved