RFR: 8080774: DateFormat for Singapore/English locale (en_SG) is M/d/yy instead of d/M/yy

2015-06-04 Thread Aleksej Efimov
Hi, Please review an English Singapore (en_SG) date formats fix [2] in JRE locale provider. According to the latest CLDR data (27.0.1) [3] day should precede month in all date formats. JRE locale provider has different formats that should be fixed accordingly - changes in FormatData_en_SG.java

Re: RFR: 8080774: DateFormat for Singapore/English locale (en_SG) is M/d/yy instead of d/M/yy

2015-06-04 Thread Naoto Sato
Hi Aleksej, I'd move the line 5423 in LocaleData (new) up before your change lines as it was meant for the original 6498742 regression test. Other than that it looks good to me. Naoto On 6/4/15 8:47 AM, Aleksej Efimov wrote: Hi, Please review an English Singapore (en_SG) date formats fix [