[cp-patches] FYI: [cp-tools] Output Unicode characters using \u syntax.

2008-07-06 Thread Andrew John Hughes
Properties files are assumed to be encoded using ISO-8859-1, so we should output Unicode characters using the \u syntax. ChangeLog: 2008-07-06 Andrew John Hughes [EMAIL PROTECTED] * src/gnu/ldml/Analyzer.java: (fetchResource(AliasElement)): Add element name to

[cp-patches] FYI: PR36653 Add Classpath 0.97.2 to download list

2008-07-06 Thread Andrew John Hughes
Our latest release was missing from the download list. This patch adds it. ChangeLog: 2008-07-06 Andrew John Hughes [EMAIL PROTECTED] PR classpath/36653: * doc/www.gnu.org/downloads/downloads.wml: Add 0.97.2 to download list. -- Andrew :) Support Free Java!

[cp-patches] FYI: [cp-tools] Extend currencygen to also output supplemental week data

2008-07-06 Thread Andrew John Hughes
With new releases of CLDR, the minimum days per week data is now in supplementalData.xml. This adds functionality to the currencygen program to parse this and store it in weeks.properties. ChangeLog: 2008-07-07 Andrew John Hughes [EMAIL PROTECTED] * src/gnu/currencygen/Main.java:

[cp-patches] FYI: [cp-tools] Rename currencygen to supplementgen

2008-07-06 Thread Andrew John Hughes
This renames the currencygen tool to supplementgen to denote its new role as generating all necessary data from supplementaryData.xml. ChangeLog: 2008-07-07 Andrew John Hughes [EMAIL PROTECTED] * Makefile.am: Replace currencygen with supplementgen. * bin/currencygen.in:

[cp-patches] FYI: Regenerate locale data from CLDR 1.6.0

2008-07-06 Thread Andrew John Hughes
CLDR 1.6.0 was on the 2nd of July. I've updated Classpath's locale data to match. ChangeLog: 2008-07-07 Andrew John Hughes [EMAIL PROTECTED] * resource/gnu/java/locale/LocaleInformation.properties, * resource/gnu/java/locale/LocaleInformation_aa.properties, *

[cp-patches] FYI: [cp-tools] Generate metazones.properties

2008-07-06 Thread Andrew John Hughes
This adds the generation of a new properties file from the supplementary CLDR data, metazones.properties. This allows the metazones in the zone strings to be translated into zones of the form Continent/City e.g. Europe/London. ChangeLog: 2008-07-07 Andrew John Hughes [EMAIL PROTECTED]

[cp-patches] FYI: [cp-tools] Also capture firstDay

2008-07-06 Thread Andrew John Hughes
This updates the capturing of week data to include the first day data as well. ChangeLog: 2008-07-07 Andrew John Hughes [EMAIL PROTECTED] * src/gnu/supplementgen/Main.java: (Info): Renamed from ZoneInfo.

[cp-patches] FYI: Obtain minimum days and first day from weeks.properties

2008-07-06 Thread Andrew John Hughes
With the new version of CLDR, the first day of the week and the minimum number of days in a week are no longer included in the LocaleInformation bundles. Instead, they are in supplementaryData.xml which is used to generate weeks.properties using supplementgen. This patch updates

[cp-patches] FYI: PR36677 Add missing write

2008-07-06 Thread Andrew John Hughes
I'm committing this as a trivial fix for Byeogncheol, who has no other commits listed. ChangeLog: 2008-07-07 Andrew John Hughes [EMAIL PROTECTED] * THANKYOU: Added Byeogncheol. 2008-07-07 Byeogncheol Lee [EMAIL PROTECTED] PR classpath/36677: *