Re: RFR : 8071447: IBM1166 Locale Request for Kazakh characters

2015-02-24 Thread Seán Coffey
I've updated the JDK 9 changes to take account of the recent NIO charset work that Sherman undertook for modules. new webrev : http://cr.openjdk.java.net/~coffeys/webrev.8071447.v2/webrev/ I'm also pasting the map file differences here between the 1025 and 1166 IBM charsets for easier comparis

Re: RFR : 8071447: IBM1166 Locale Request for Kazakh characters

2015-02-24 Thread Xueming Shen
Sean, Based on https://bugs.openjdk.java.net/browse/JDK-4159519, "historically" our ebcdic charsets alway do IBM.map: 0x15U+000a 0x25U+000a IBMxxx.c2b 0x15U+0085 IBMxxx.nr 0x25U+000a Someone had complained that "this is not correct". But it has been this way for a long

Re: [9] RFR: 8072602: Unpredictable timezone on Windows when OS's timezone is not found in tzmappings

2015-02-24 Thread Yuka Kamiya
Hi, The fix looks ok to me. Thanks, -- Yuka On 2015/02/18 17:54, Masayoshi Okutsu wrote: Hi, Could you please review the fix for 8072602? On Windows, the time zone detection code always used "GMT" if the Windows time zone can't be mapped to an Olson time zone ID. This fix is to use a custo