Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
5.0M9
-
None
-
None
Description
The values associated with the localizations of java.text.DecimalFormatSymbols will vary between Harmony and the RI and possibly other JREs. Harmony's localizations are determined by the ICU localizations for com.ibm.icu.text.DecimalFormatSymbols.
The first major difference encountered is the the default value for the property NaN in ICU v4 is "NaN", but in the RI is "\uFFFD", which is the replacement character.