On Wed, 3 Aug 2022 14:08:26 GMT, Ichiroh Takiguchi <[email protected]> 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
