You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2009/04/27 22:03:31 UTC

[jira] Created: (HARMONY-6184) [classlib][text] java.text.DecimalFormatSymbols localization value differ from RI

[classlib][text] java.text.DecimalFormatSymbols localization value differ from RI
---------------------------------------------------------------------------------

                 Key: HARMONY-6184
                 URL: https://issues.apache.org/jira/browse/HARMONY-6184
             Project: Harmony
          Issue Type: Bug
          Components: Non-bug differences from RI
    Affects Versions: 5.0M9
            Reporter: Nathan Beyer


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.