commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] [bugs #10244] Implementation of java.util.Locale.getAvailabl


From: Michael Koch
Subject: [commit-cp] [bugs #10244] Implementation of java.util.Locale.getAvailableLocales() uses small static set of locales
Date: Sun, 19 Dec 2004 15:04:28 -0500
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux; X11; i686; de, address@hidden) (KHTML, like Gecko)

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #10244] Latest Modifications:

Changes by: 
                Michael Koch <address@hidden>
'Date: 
                Son 19.12.2004 at 19:53 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This issue is now solved. getAvailableLocales() returns a full set of all 
supported locales. This support will be in GNU classpath 0.13.






/**************************************************************************/
[bugs #10244] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10244>
Project: classpath
Submitted by: Andrew John Hughes
On: Don 02.09.2004 at 19:40

Category:  classpath
Severity:  3 - Ordinary
Resolution:  Fixed
Privacy:  Public
Assigned to:  mkoch
Status:  Closed
Platform Version:  None


Summary:  Implementation of java.util.Locale.getAvailableLocales() uses small 
static set of locales

Original Submission:  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.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Son 19.12.2004 at 19:53       By: Michael Koch <mkoch>
This issue is now solved. getAvailableLocales() returns a full set of all 
supported locales. This support will be in GNU classpath 0.13.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10244>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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