JDK-6541880 : NumberFormat for locale es_CR is wrong
  • Type: Bug
  • Component: globalization
  • Sub-Component: locale-data
  • Affected Version: 6
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-04-03
  • Updated: 2018-08-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
FULL PRODUCT VERSION :
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)

ADDITIONAL OS VERSION INFORMATION :
WinXP Perfessional + SP2

A DESCRIPTION OF THE PROBLEM :
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)

Hello
  Total: 150 locales available in this version of JRE.
es_CR exist,    expected<0,75>, actual<   0.75>, inconsistent
de_LI no exist, expected<0.75>, actual<   0,75>, inconsistent

Here, Locale de_LI is not recognised.
es_CR provides locale data that is different from data provided by CLDR.


REPRODUCIBILITY :
This bug can be reproduced always.

Conclusion: 
de_LI has been supported by CLDR but not in JRE provider. Not added for JRE provider. 
Should correct number format for locale es_CR.

Comments
Although we support CLDR locale data in JDK8, those issues are fixed with it, JRE's es_CR locale data sound incorrect in terms of the decimal symbol. Transferring this to L10n.
04-06-2013

WORK AROUND Locale Sensitive Services SPI has been added in JDK6, so that developers can add their own locales into the JDK by providing those locale data through the SPI. For more detail, take a look at javadocs for java.text.spi and java.util.spi packages.
03-04-2007

EVALUATION More locales support from CLDR are expected in JDK7 with the RFE 6332658.
03-04-2007