Re: RFR: 8301119: Support for GB18030-2022 [v3]

2023-02-25 Thread Ichiroh Takiguchi
On Fri, 24 Feb 2023 17:19:22 GMT, Naoto Sato wrote: >> Hello @naotoj . >> Sorry for bothering you. >> >> I have following question: >> - Why GB18030.java.template is in >> src/jdk.charsets/share/classes/sun/nio/cs/ext/ directory even if the >> generated code is always stored into sun/nio/cs ?

Re: RFR: 8301119: Support for GB18030-2022 [v3]

2023-02-24 Thread Ichiroh Takiguchi
On Thu, 23 Feb 2023 19:34:44 GMT, Naoto Sato wrote: >> Upgrading the GB18030 charset in the JDK to the latest 2022 standard. Since >> this is not a compatible upgrade to the existing mapping, a new system >> property `jdk.charset.GB18030` is introduced. If it is set to "2000", the >> mapping f

Re: RFR: 8299811: SHIFT_JIS compatible charsets should be in java.base module on Linux platform

2023-01-10 Thread Ichiroh Takiguchi
On Mon, 9 Jan 2023 22:20:57 GMT, Naoto Sato wrote: >> On Japanese environment, following SHIFT_JIS compatible charsets are there: >> * PCK (x-PCK) >> * MS932 (windows-31j) >> * IBM943C (x-IBM943C) >> >> According to make/data/charsetmapping/charsets, >> PCK and MS932 are independent charset and

RFR: 8299811: SHIFT_JIS compatible charsets should be in java.base module on Linux platform

2023-01-09 Thread Ichiroh Takiguchi
On Japanese environment, following SHIFT_JIS compatible charsets are there: * PCK (x-PCK) * MS932 (windows-31j) * IBM943C (x-IBM943C) According to make/data/charsetmapping/charsets, PCK and MS932 are independent charset and have no dependencies on others. On RHEL8, SHIFT_JIS encoding is supported

Re: RFR: 8298006: Build failure by maybe-uninitialized error on Linux s390x GCC8

2022-12-02 Thread Ichiroh Takiguchi
On Fri, 2 Dec 2022 08:41:18 GMT, Ichiroh Takiguchi wrote: > I changed GCC toolchain from GCC6 to GCC8 on SLES12SP5 Linux s390x. > I could see following errors: > > src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c: In > function 'allocateRasterArray':

Re: RFR: 8291916: Unexpected output on Arabic Windows command prompt

2022-08-07 Thread Ichiroh Takiguchi
On Fri, 5 Aug 2022 16:44:37 GMT, Naoto Sato wrote: >> To support Windows command prompt's codepage, following charsets should be >> moved from jdk.charsets module to java.base module. >> >> - IBM860 >> - IBM861 >> - IBM863 >> - IBM864 >> - IBM865 >> - IBM869 > > Hi @takiguc, > I am not quite su

RFR: 8291916: Unexpected output on Arabic Windows command prompt

2022-08-04 Thread Ichiroh Takiguchi
To support Windows command prompt's codepage, following charsets should be moved from jdk.charsets module to java.base module. - IBM860 - IBM861 - IBM863 - IBM864 - IBM865 - IBM869 - Commit messages: - 8291916: Unexpected output on Arabic Windows command prompt Changes: https://gi

RFR: 8289834: Add SBCS and DBCS Only EBCDIC charsets

2022-07-07 Thread Ichiroh Takiguchi
OpenJDK supports "Japanese EBCDIC - Katakana" and "Korean EBCDIC" SBCS and DBCS Only charsets. |Charset|Mix|SBCS|DBCS| | -- | -- | -- | -- | | Japanese EBCDIC - Katakana | Cp930 | Cp290 | Cp300 | | Korean | Cp933 | Cp833 | Cp834 | But OpenJDK does not supports some of "Japanese EBCDIC - English"

Re: RFR: 8289834: Add SBCS and DBCS Only EBCDIC charsets

2022-07-07 Thread Ichiroh Takiguchi
On Wed, 6 Jul 2022 14:05:39 GMT, Ichiroh Takiguchi wrote: > OpenJDK supports "Japanese EBCDIC - Katakana" and "Korean EBCDIC" SBCS and > DBCS Only charsets. > |Charset|Mix|SBCS|DBCS| > | -- | -- | -- | -- | > | Japanese EBCDIC - Katakana | Cp930 | Cp290 |