-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
6u29
-
x86
-
windows_7
FULL PRODUCT VERSION :
Java 1.6.0_25
ADDITIONAL OS VERSION INFORMATION :
Windows 7, SP1, build number 7601
EXTRA RELEVANT SYSTEM CONFIGURATION :
This seams to be behaviour on all Windows 7 systems
A DESCRIPTION OF THE PROBLEM :
Starting 1 January 2011 Estonia adopted Euro as their currency. After 1 year, Java is still reporting EEK (Estonian Kroon) as their currency.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Locale estonia = new Locale("et","EE");
Currency estCurrency = Currency.getInstance(estonia);
System.out.println(estCurrency.getCurrencyCode());
REPRODUCIBILITY :
This bug can be reproduced always.
Java 1.6.0_25
ADDITIONAL OS VERSION INFORMATION :
Windows 7, SP1, build number 7601
EXTRA RELEVANT SYSTEM CONFIGURATION :
This seams to be behaviour on all Windows 7 systems
A DESCRIPTION OF THE PROBLEM :
Starting 1 January 2011 Estonia adopted Euro as their currency. After 1 year, Java is still reporting EEK (Estonian Kroon) as their currency.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Locale estonia = new Locale("et","EE");
Currency estCurrency = Currency.getInstance(estonia);
System.out.println(estCurrency.getCurrencyCode());
REPRODUCIBILITY :
This bug can be reproduced always.
- duplicates
-
JDK-7066203 Update currency data to the latest ISO 4217 standard
- Closed
-
JDK-2213809 Update currency data to the latest ISO 4217 standard
- Closed