JDK-4914724 : Supplementary character support in Java identifiers
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_8
  • CPU: generic
  • Submitted: 2003-08-29
  • Updated: 2017-05-16
  • Resolved: 2003-09-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
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.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b22
14-06-2004

PUBLIC COMMENTS ...
10-06-2004

EVALUATION Commit to Tiger. ###@###.### 2003-08-29
29-08-2003