RFR: JDK-8208634 : Add x-IBM-1129 charset

2018-08-03 Thread Nasser Ebrahim
Hello, Java was not launching on many AIX supported locales as the default charsets for those locales were not included in the java.base and Java could not access jdk.charsets during boot up. Most of those locales were addressed through the Oracle bugs JDK-8201540 [1] and JDK-8202329 [2]. St

Re: Add x-IBM-1129 charset

2018-08-03 Thread Nasser Ebrahim
ening the bug for this issue. I will wait for your response on the other thread and proceed as per your inputs. Regards, Nasser Ebrahim From: Alan Bateman To: Nasser Ebrahim , Xueming Shen , core-libs-dev@openjdk.java.net Date: 08/01/2018 05:45 PM Subject: Re: Add x-IBM-1129

Re: Add x-IBM-1129 charset

2018-08-01 Thread Alan Bateman
On 30/07/2018 08:47, Nasser Ebrahim wrote: Thank you Sherman for reviewing the webrev and approving the changes. Can you please create a bug to proceed further. Regarding the other two charsets, IBM964 and IBM33722, we will analyze further to see whether it can be better implemented. I've creat

Re: Add x-IBM-1129 charset

2018-07-30 Thread Nasser Ebrahim
: core-libs-dev@openjdk.java.net Date: 07/26/2018 10:36 PM Subject:Re: Add x-IBM-1129 charset Sent by:"core-libs-dev" The change looks fine. Btw, do you guy have better implementation for these two charsets? These two were left untouched when I did the reimpl

Re: Add x-IBM-1129 charset

2018-07-26 Thread Xueming Shen
The change looks fine. Btw, do you guy have better implementation for these two charsets? These two were left untouched when I did the reimplementation back to 6/7. Did not have time to figure out its mapping table (especially the compatibility concern when dealing with the mapping hard-coded i

Re: Add x-IBM-1129 charset

2018-07-26 Thread Nasser Ebrahim
hank you, Nasser Ebrahim From: Alan Bateman To: Nasser Ebrahim , Ichiroh Takiguchi , core-libs-dev@openjdk.java.net Date: 07/26/2018 12:45 PM Subject: Re: Add x-IBM-1129 charset On 25/07/2018 11:52, Nasser Ebrahim wrote: > Hello, > > I had kept aside this discussion f

Re: Add x-IBM-1129 charset

2018-07-26 Thread Alan Bateman
On 25/07/2018 11:52, Nasser Ebrahim wrote: Hello, I had kept aside this discussion for a while as there is a parallel discussion on whether to move the IBM charsets on openjdk to a different location or outside JDK[ http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-July/054248.html ]

Re: Add x-IBM-1129 charset

2018-07-25 Thread Nasser Ebrahim
From: Ichiroh Takiguchi To: Nasser Ebrahim/India/IBM@IBMIN Cc: core-libs-dev@openjdk.java.net Date: 06/15/2018 12:59 PM Subject: Re: Add x-IBM-1129 charset Hello. I tested IBM-1129 charset on AIX platform. It worked fine for default encoding, $ LANG=Vi_VN ~/jdk/bi

Re: Add x-IBM-1129 charset

2018-06-15 Thread Ichiroh Takiguchi
request you to open a bug/RFE for this change request, review the fix and provide your feedback. Thank you, Nasser Ebrahim From: Nasser Ebrahim/India/IBM To: core-libs-dev@openjdk.java.net Date: 05/19/2018 12:51 PM Subject:Add x-IBM-1129 charset Hello, With the following three

Add x-IBM-1129 charset

2018-05-19 Thread Nasser Ebrahim
Hello, With the following three bugs, all the default locale charsets except two (Vi_VN.IBM-1129 & ja_JP.IBM-eucJP) are fixed for AIX platform. - JDK-8201540: [AIX] Extend the set of supported charsets in java.base - JDK-8202329: Codepage mappings for IBM-943 and Big5 (aix) - http://mail.open