<i18n dev> RFR: 8290488: IBM864 character encoding implementation bug

Naoto Sato naoto at openjdk.org
Wed Aug 3 16:17:51 UTC 2022


On Wed, 3 Aug 2022 14:08:26 GMT, Ichiroh Takiguchi <itakiguchi at openjdk.org> wrote:

> I'm not sure if this change will solve the reporter's issue...

It does solve the submitter's issue. With this fix:

jshell> HexFormat.ofDelimiter(" ").formatHex("<%adc".getBytes("IBM864"))
$181 ==> "3c 25 61 64 63"

which is exactly the expected result.

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

PR: https://git.openjdk.org/jdk/pull/9661


More information about the i18n-dev mailing list