classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [Patch][RFC] Moving locale data to properties files


From: Michael Koch
Subject: [cp-patches] [Patch][RFC] Moving locale data to properties files
Date: Wed, 4 May 2005 08:29:37 +0200
User-agent: Mutt/1.5.9i

Hi list,


I moved all locale data into properties file now.
These files are generated by an experimental version fo gnu.localegen
part of cp-tools. The functional changes to our sources are attached.
The locale data changes is uploaded here:
http://www.kaffe.org/~mkoch/locales-data.diff.bz2
(the file is 530 kb in bzip2 format, 5.5 MB unpacked)

Please comment on the changes.


Michael


2005-05-04  Michael Koch  <address@hidden>

        * java/text/DateFormatSymbols.java
        (getStringArray): New method.
        (getZoneStrings): Likewise.
        (DateFormatSymbols): Load symbols from properties files.
        * java/util/Locale.java
        (getDisplayLanguage): Handle new way to load language names.
        (getDisplayCountry): Handle new way to load territory names.
        (getDisplayVariant): Handle new way to load variant names.
        * lib/Makefile.am, lib/gen-classlist.sh.in:
        No need to special case classes from gnu.java.locale anymore.
        * scripts/generate-locale-list.sh:
        Generate list from the new properties files.

Attachment: locales.diff
Description: Text document


reply via email to

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