Re: [9] RFR: 8061382: Separate CLDR locale data from JRE locale data

2014-10-22 Thread Masayoshi Okutsu
+1 On 10/23/2014 4:52 AM, Naoto Sato wrote: Hi Mandy, As I wrote in a separate email, my preference is the following module names: jdk.localedata.jre jdk.localedata.cldr This way, they both come under "localedata" (btw, they don't provide Locale, but the data for locale sensitive services

Re: [9] RFR: 8061382: Separate CLDR locale data from JRE locale data

2014-10-22 Thread Naoto Sato
Hi Mandy, As I wrote in a separate email, my preference is the following module names: jdk.localedata.jre jdk.localedata.cldr This way, they both come under "localedata" (btw, they don't provide Locale, but the data for locale sensitive services such as DateFormat, so I prefer to keep "locale

Re: [9] RFR: 8061382: Separate CLDR locale data from JRE locale data

2014-10-22 Thread Mandy Chung
On 10/20/2014 5:25 PM, Naoto Sato wrote: My motive for the question is the naming because the changes mean we have jdk.localedata and jdk.localedata.cldr, an arrangement that suggests that the CLDR locale data augments the jdk.localedata module. It may be that we need to choose more suitable