diff --git a/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java b/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java index b9b24ca2c0d..bb7d6fb40d4 100644 --- a/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java +++ b/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java @@ -241,7 +241,7 @@ public abstract class Collator implements Comparator, Freezable

International Components for Unicode for Java (ICU4J)

-

Read Me for ICU4J 50 Milestone 1

-(Last Update: June 25, 2012) +

Read Me for ICU4J 50 Milestone 2

+(Last Update: July 25, 2012)

Note: This is a development milestone release of ICU4J 50. @@ -127,6 +127,13 @@ found in ICU4J.

Changes In This Release

New features and changes

+

We changed the numeric value of + static final Collator.ReorderCodes.DEFAULT from +1 to -1 + so that it does not collide with a valid UScript code (UScript.INHERITED), + and to make it match UScript.INVALID_CODE and C/C++ UCOL_REORDER_CODE_DEFAULT, + as had been intended. + Programs using Collator.ReorderCodes.DEFAULT must be recompiled.

+

See the ICU 50 milestone download page about new features in this release. The list of API changes since the previous ICU4J release is available