<i18n dev> RFR: 8264792: The NumberFormat for locale sq_XK formats price incorrectly.
    Joe Wang 
    joehw at openjdk.java.net
       
    Fri Aug  6 17:31:33 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 joehw (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5033
    
    
More information about the i18n-dev
mailing list