Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
All
Description
Some of country names differ in RI and Harmony for certain languages.
Examples are:
1) Locale.setDefault(new Locale("fr", "FR"); new Locale("fr", "US").getDisplayCountry();
2) Locale.setDefault(new Locale("it", "VA")); new Locale("it", "VA").getDisplayCountry();
Attachments
Issue Links
- is part of
-
HARMONY-5406 [classlib]CLDR data in harmony is different from that in RI
- Open