- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    11, 15, 16, 17
- 
        b10
- 
        generic
- 
        generic
- 
        Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8290927 | 17.0.5-oracle | Yoshiki Sato | P4 | Resolved | Fixed | b04 | 
| JDK-8291480 | 17.0.5 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 | 
| JDK-8291560 | 15.0.9 | Yuri Nesterenko | P4 | Resolved | Fixed | b02 | 
| JDK-8291561 | 13.0.13 | Yuri Nesterenko | P4 | Resolved | Fixed | b02 | 
| JDK-8290924 | 11.0.17-oracle | Yoshiki Sato | P4 | Resolved | Fixed | b04 | 
| JDK-8291605 | 11.0.17 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 | 
does not show as 2.15 €
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
2.15 €
ACTUAL -
2,14 ¤
---------- BEGIN SOURCE ----------
Locale localeAl = new Locale("sq", "XK");
var language = localeAl.getLanguage();
var country = localeAl.getDisplayCountry();
System.out.println("language = " + language);
System.out.println("country = " + country);
// var locales = localeAl.getAvailableLocales();
// for(var locale:locales){
// System.out.println("locale = " + locale + " | " + locale.getDisplayCountry());
// }
NumberFormat formatter = NumberFormat.getCurrencyInstance(localeAl);
String moneyString = formatter.format(price);
System.out.println("price = " +moneyString);
---------- END SOURCE ----------
- backported by
- 
                    JDK-8290924 The NumberFormat for locale sq_XK formats price incorrectly. -           
- Resolved
 
-         
- 
                    JDK-8290927 The NumberFormat for locale sq_XK formats price incorrectly. -           
- Resolved
 
-         
- 
                    JDK-8291480 The NumberFormat for locale sq_XK formats price incorrectly. -           
- Resolved
 
-         
- 
                    JDK-8291560 The NumberFormat for locale sq_XK formats price incorrectly. -           
- Resolved
 
-         
- 
                    JDK-8291561 The NumberFormat for locale sq_XK formats price incorrectly. -           
- Resolved
 
-         
- 
                    JDK-8291605 The NumberFormat for locale sq_XK formats price incorrectly. -           
- Resolved
 
-         
- links to
- 
                     Commit
        openjdk/jdk11u-dev/39577311 Commit
        openjdk/jdk11u-dev/39577311
- 
                     Commit
        openjdk/jdk13u-dev/9df60c0f Commit
        openjdk/jdk13u-dev/9df60c0f
- 
                     Commit
        openjdk/jdk15u-dev/b3aec288 Commit
        openjdk/jdk15u-dev/b3aec288
- 
                     Commit
        openjdk/jdk17u-dev/25ad9d6b Commit
        openjdk/jdk17u-dev/25ad9d6b
- 
                     Commit
        openjdk/jdk/41dc795d Commit
        openjdk/jdk/41dc795d
- 
                     Review
        openjdk/jdk11u-dev/1279 Review
        openjdk/jdk11u-dev/1279
- 
                     Review
        openjdk/jdk13u-dev/384 Review
        openjdk/jdk13u-dev/384
- 
                     Review
        openjdk/jdk15u-dev/248 Review
        openjdk/jdk15u-dev/248
- 
                     Review
        openjdk/jdk17u-dev/594 Review
        openjdk/jdk17u-dev/594
- 
                     Review
        openjdk/jdk/5033 Review
        openjdk/jdk/5033