Question

According to the JDK 7 feature list Java's Unicode support will be updated (from Unicode 4.0 in Java 6) to Unicode 5.1 although Unicode 5.2 is available since October 2009. What's the reason for that considering that Unicode 5.2 was mostly an update of the Unicode book?

EDIT: Java 7's Unicode support will be updated to Unicode 6.0.

Was it helpful?

Solution

For a definitive answer, you'd need to ask Sun/Oracle through formal channels, and I expect that the answer would be something like "the feature list for JDK 7 has not been finalized".

Wait until it JDK 7 is finally released ... it might change between now and then.

Right now, it could just be that the project team member who would dealing with this is currently working on something else.

EDIT

Note that JDK 7's Unicode 5.1 upgrade was done in the M3 milestone. "M3 2009/04/03 – 2009/05/14 (b59)". Unicode 5.2 was released 5-6 months later in 2009/10, according to your question.

OTHER TIPS

There's more behind the change according to the official pages:

6,648 new character assignments were made to the Unicode Standard, Version 5.2.0 (over and above what was in Unicode 5.1.0). The character repertoire corresponds to ISO/IEC 10646:2003 plus Amendments 1 through 6.

(More changes are on the page referenced above)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top