[jdk17u-dev] RFR: 8300106: Currency.getSymbol(Locale) returns incorrect symbol for en_SL and hr_HR [v2]
Dmitry Cherepanov
dcherepanov at openjdk.org
Thu Feb 16 12:13:04 UTC 2023
> This issue isn't applicable to JDK versions with CLDR upgraded to v42 (JDK-8284840).
>
> Backport of some changes from CLDR v42
> - changes in en_SL.xml that replaces "SSL->Le" entry with "SLE->Le" entry. This resolves the regression after JDK-8283277 that changed the currency code from SLL to SLE.
> - changes in hr.xml that replaces the EUR symbol with the euro sign
>
> The test attached to the bug report fails without the patch and passes with the patch.
Dmitry Cherepanov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains one additional commit since the last revision:
8300106: Currency.getSymbol(Locale) returns incorrect symbol for en_SL and hr_HR
-------------
Changes:
- all: https://git.openjdk.org/jdk17u-dev/pull/1065/files
- new: https://git.openjdk.org/jdk17u-dev/pull/1065/files/a08e3d04..58be364b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1065&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1065&range=00-01
Stats: 13746 lines in 356 files changed: 9763 ins; 1737 del; 2246 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/1065.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev pull/1065/head:pull/1065
PR: https://git.openjdk.org/jdk17u-dev/pull/1065
More information about the jdk-updates-dev
mailing list