JDK-6531593 : Currency update for Iceland
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-03-06
  • Updated: 2011-05-18
  • Resolved: 2011-05-18
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 JDK 6 JDK 7
5.0u14Fixed 6u4Fixed 7 b18Fixed
Description
Sudan introduced a new currency Sudanese Pound (SDD).  The old currency Sudanese Dinar (SDG) will run simultaneously till 7/1/2007.
UYI  The UYI (URUIURUI) is used for issuance of debt instruments by the Uruguayan government in the international global bond market.  It is calculated on an established methodology using underlying inflationary statistics in the Uruguayan market. (Introduced in 2002).
Minor unit for the Iceland Krona (ISK) has been changed from 2 to 0.

Comments
EVALUATION Fix: j2se:src/share/classes/java/util/CurrencyData.properties ------- CurrencyData.properties ------- 26c26 < version=134 --- > version=137 < GRD-ITL-JPY-KMF-KRW-LUF-MGF-PYG-PTE-RWF-\ --- > GRD-ISK-ITL-JPY-KMF-KRW-LUF-MGF-PYG-PTE-RWF-\ j2se:src/share/classes/sun/text/resources/FormatData_is_IS.java ------- FormatData_is_IS.java ------- 54c54 < "#,##0.## \u00A4;-#,##0.## \u00A4", // currency pattern --- > "#,##0. \u00A4;-#,##0. \u00A4", // currency pattern j2se:test/closed/java/util/Currency/tablea1.txt ------- tablea1.txt ------- 2,3c2,3 < # Based on BSi's ISO4217 data - "TABLE A1.doc" + amendments up until MA134.doc < # (As of 25 October 2006) --- > # Based on BSi's ISO4217 data - "TABLE A1.doc" + amendments up until 137 > # (As of 5 March 2007) 7c7 < VERSION=134 --- > VERSION=137 115c115 < IS ISK 2 --- > IS ISK 0 j2se:test/closed/sun/text/resources/LocaleDataTest.java j2se:test/closed/sun/text/resources/LocaleData > # bug 6531593 > FormatData/is_IS/NumberPatterns/1=#,##0. \u00A4;-#,##0. \u00A4
30-05-2007