[jdk8u-dev] RFR: 8235834: IBM-943 charset encoder needs updating

Amit Kumar amitkumar at openjdk.org
Mon May 6 04:54:54 UTC 2024


On Mon, 1 Apr 2024 10:21:20 GMT, Pratiksha Sawant <duke at openjdk.org> wrote:

> Backporting JDK-8235834 - IBM-943 charset encoder needs updating.
> There are few characters which display garbled values when using IBM943C, so this mapping file needs to be backported to fix the issue.
> 
> Reported issue : https://bugs.openjdk.org/browse/JDK-8235834

jdk/test/sun/nio/cs/TestIBMBugs.java line 27:

> 25:  * @bug 6371437 6371422 6371416 6371619 5058184 6371431 6639450 6569191 6577466 8235834
> 26:  * @summary Check if the problems reported in above bugs have been fixed
> 27:  * @modules jdk.charsets

Please make sure that you're only backporting the "changes" done by the head-stream patch. Not more than that (if not required). See my comments on #480 .

-------------

PR Review Comment: https://git.openjdk.org/jdk8u-dev/pull/476#discussion_r1590539484


More information about the jdk8u-dev mailing list