From: Markus Scherer Date: Wed, 25 Jul 2012 21:06:19 +0000 (+0000) Subject: ICU-9423 change the numeric value of static final Collator.ReorderCodes.DEFAULT from... X-Git-Tag: milestone-59-0-1~3713 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1525fc93d755ce17b92d8249817179f5dc49f9c;p=icu ICU-9423 change the numeric value of static final Collator.ReorderCodes.DEFAULT from +1 to -1 X-SVN-Rev: 32066 --- 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