<i18n dev> Integrated: 8264792: The NumberFormat for locale sq_XK formats price incorrectly.

Naoto Sato naoto at openjdk.java.net
Mon Aug 9 16:25:37 UTC 2021


On Fri, 6 Aug 2021 16:39:34 GMT, Naoto Sato <naoto at openjdk.org> wrote:

> Please review the fix to the subject issue. The root cause of this problem is that the currency for the country code `XK` is undefined because the country code is user-defined in the ISO 3166 standard. However, it is commonly used to represent the region `Kosovo`, which CLDR supports and subsequently is supported by the JDK since JDK9. Adding the data `EUR` for the country code `XK` will fix the issue.

This pull request has now been integrated.

Changeset: 41dc795d
Author:    Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/41dc795d6c08af84aa6544cc5a5704dcf99386cf
Stats:     13 lines in 3 files changed: 6 ins; 0 del; 7 mod

8264792: The NumberFormat for locale sq_XK formats price incorrectly.

Reviewed-by: joehw, iris

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

PR: https://git.openjdk.java.net/jdk/pull/5033


More information about the i18n-dev mailing list