Re: [9] RFR: 8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"

2015-03-30 Thread Martin Buchholz
Thanks! I never did succeed in understanding the fallback logic... there might be ways to make the code more obviously correct later. On Sun, Mar 29, 2015 at 10:02 PM, Masayoshi Okutsu < masayoshi.oku...@oracle.com> wrote: > There are only two (context) forms of styles: FORMAT and STANDALONE. I

Re: native2ascii be removed from JDK?

2015-03-30 Thread Joseph D. Darcy
Hi Mandy, If there is agreement on this internally, I suggest floating a trial balloon on jdk9-dev. Cheers, -Joe On 3/30/2015 2:37 PM, Mandy Chung wrote: There are several existing ways to do native to ascii conversion. For example, IDEs like NetBeans and IntelliJ support the transparent

native2ascii be removed from JDK?

2015-03-30 Thread Mandy Chung
There are several existing ways to do native to ascii conversion. For example, IDEs like NetBeans and IntelliJ support the transparent native-to-ascii conversion. There is also maven native 2 ascii plugin. JEP 226 proposes to support UTF Properties file that will address the original motivati

Re: RFR: 8075667: (tz) Support tzdata2015b

2015-03-30 Thread Aleksej Efimov
Thank you for the review Masayoshi. Agree that we need to avoid such workarounds - I will take a look at JDK-8014468 when will have some free cycles. Aleksej On 03/27/2015 07:13 AM, Masayoshi Okutsu wrote: Looks good except that data changes keep requiring additional workaround to the run-tim