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

Iris Clark iris at openjdk.java.net
Fri Aug 6 21:09:28 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.

Marked as reviewed by iris (Reviewer).

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

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


More information about the i18n-dev mailing list