<i18n dev> RFR: 8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR [v2]

Justin Lu duke at openjdk.org
Tue Jan 3 20:14:30 UTC 2023


> Regression caused by the fix to [JDK-8296239](https://bugs.openjdk.org/browse/JDK-8296239). The ISO 4217 Amendment 174 Update changes went into effect starting in 2023. 
> 
> _java/text/Format/NumberFormat/CurrencyFormat.java_ fails as _java/text/Format/NumberFormat/CurrencySymbols.properties_ did not have the proper change from the Amendment 174 update as well.
> 
> Swapping the outdated to **Kn** to **EUR** matches the Amendment 174 update, and fixes the failing test.

Justin Lu has updated the pull request incrementally with one additional commit since the last revision:

  Remove from list, fix symbol

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/11833/files
  - new: https://git.openjdk.org/jdk/pull/11833/files/0ada2060..0934f837

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=11833&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=11833&range=00-01

  Stats: 6 lines in 3 files changed: 1 ins; 2 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/11833.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11833/head:pull/11833

PR: https://git.openjdk.org/jdk/pull/11833


More information about the i18n-dev mailing list