<i18n dev> Integrated: 8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR
Justin Lu
duke at openjdk.org
Wed Jan 4 22:01:55 UTC 2023
On Tue, 3 Jan 2023 17:40:42 GMT, Justin Lu <duke at openjdk.org> wrote:
> 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 **Kn** to **EUR** matches the Amendment 174 update, and fixes the failing test.
This pull request has now been integrated.
Changeset: 3b374c01
Author: Justin Lu <justin.lu at oracle.com>
Committer: Naoto Sato <naoto at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3b374c0153950ab193f3a188b57d3404b4ce2fe2
Stats: 8 lines in 3 files changed: 1 ins; 2 del; 5 mod
8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR
Reviewed-by: naoto, lancea, jpai
-------------
PR: https://git.openjdk.org/jdk/pull/11833
More information about the i18n-dev
mailing list