JEP proposed to target JDK 18: 400: UTF-8 by Default
Simon Nash
simon at cjnash.com
Thu Aug 19 06:59:28 UTC 2021
On 19/08/2021 07:40, Alan Bateman wrote:
> Yes, if there is code that really wants to use the native encoding and run of wide range of JDK releases without the using COMPAT then it can read the value
> of native.encoding and use Charset.defaultCharset if the property is not set.
>
> -Alan.
>
Thanks for this suggestion. This should work for my situation.
Simon
More information about the core-libs-dev
mailing list