RFR: 8300819: -Dfile.encoding=Cp943C option does not work as expected since jdk18 [v2]

Alan Bateman alanb at openjdk.org
Thu Feb 2 07:47:23 UTC 2023


On Wed, 25 Jan 2023 12:12:12 GMT, Ichiroh Takiguchi <itakiguchi at openjdk.org> wrote:

> We checked String.getByte()/new String(...)/Reader/Writer/ByteArrayOutputStream.toString()... Is there good way to pick up which parts need to be fixed ?

I don't think there is so you may have to audit the classes that use Charset.defaultCharset. Do you have any information on what it does, that might help narrow it down.

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

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


More information about the core-libs-dev mailing list