Re: Locale patch for Slovenian date format data: dots are missed in the datetime for Slovanian

2012-05-23 Thread Yong Jeffrey Huang
Hi Daven, In FormatData_sl.java, the data are 134 ", dd. ", // full date pattern 135 ", dd. ", // long date pattern I think they should be changed to ", dd. y", // full date pattern

Re: Incorrect TimeZone display name when DST not applicable / disabled

2012-05-23 Thread Deven You
Hi masayoshi, Could you review Yoshito and my replies and see if it is good to you? Thanks a lot! On 05/17/2012 11:04 AM, Deven You wrote: Hi Masayoshi, I think the workaround is good, but many customers may not know this fact and when they need change the timezone, they just select another

Re: Locale patch for Slovenian date format data: dots are missed in the datetime for Slovanian

2012-05-23 Thread Deven You
Hi Jeffrey, I have updated the webrev[1] according to your comments. Please review it. [1] http://cr.openjdk.java.net/~littlee/OJDK-126/webrev.00/ Thanks a lot! On 05/21/2012 05:27 PM, Yong Jeffrey Huang wrote: Hi Daven, We use th

Re: RFR: 7017818 NLS: JConsoleResources.java cannot be handled by translation team

2012-05-23 Thread Erik Gahlin
Michael Fang skrev 2012-05-22 21:58: Thanks Erik. I have already downloaded the raw message.properties file from the webrev on 5/16 to proceed with the 7u6 translation. I performed a diff with current webrev, and it consists of mostly deleted resources and 1 renamed key CONNECTION_LOST1 =>

Re: Fwd: Some differences on Window UDC area

2012-05-23 Thread Charles Lee
Hi guys, We have a simple test case: for (String cname : new String[] { "GBK", "MS936", "GB18030" }) { Charset charset = Charset.forName(cname); System.out.println("charset: " + charset.name()); CharsetEncoder ce = charset.newEncoder(); char[] chars = new char[] {