bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22777] Implementation of java.util.Locale.getAvailableLoc


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22777] Implementation of java.util.Locale.getAvailableLocales() uses small static set of locales
Date: 16 Oct 2005 01:27:09 -0000

The current implementation of getAvailableLocales() in java.util.Locale returns
only an array of four locales (Locale.ENGLISH, Locale.FRENCH, Locale.GERMAN,
new Locale("ga", "")).  This should return the full set of locales which are
implemented in gnu.java.locale, or, at the very least, the set of static
locales defined within the Locale class.  At present, currencies can not be
creating using most (if not all) ISO codes, to name but one problem.


------- Comment #1 from from-classpath at savannah dot gnu dot org  2004-12-19 
19:53 -------
This issue is now solved. getAvailableLocales() returns a full set of all
supported locales. This support will be in GNU classpath 0.13.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22777





reply via email to

[Prev in Thread] Current Thread [Next in Thread]