JDK-6531591 : Currency update for Sudan
  • 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
*removed*
Sudan introduced a new currency Sudanese Pound (SDG).  The old currency Sudanese Dinar (SDD) will run simultaneously till 7/1/2007.

Comments
EVALUATION Fix: j2se:src/share/classes/java/util/CurrencyData.properties ------- CurrencyData.properties ------- 45c45 < SBD-SCR-SDD-SEK-SGD-SHP-SIT-SKK-SLL-SOS-\ --- > SBD-SCR-SDD-SDG-SEK-SGD-SHP-SIT-SKK-SLL-SOS-\ 479c479 < SD=SDD --- > SD=SDG j2se:src/share/classes/sun/util/resources/CurrencyNames_ar_SD.properties ------- CurrencyNames_ar_SD.properties ------- 38c38,40 < SDD=\u062c.\u0633.\u200f --- > SDG=\u062c.\u0633.\u200f > SDD=\u062f.\u0633.\u200f > test: j2se/test/closed/java/util/Currency/tablea1.txt ------- tablea1.txt ------- 226c226 < SD SDD 2 --- > SD SDG 2
21-05-2007