RFR: 8283620: System.out does not use the encoding/charset specified in the Javadoc [v2]

Alan Bateman alanb at openjdk.java.net
Mon Apr 25 11:39:21 UTC 2022


On Fri, 22 Apr 2022 18:14:18 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Promoting the internal system properties for `System.out` and `System.err` so that users can override the encoding used for those streams to `UTF-8`, aligning to the `Charset.defaultCharset()`. A CSR has also been drafted.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Modified the spec for the new system properties.

Overall I think this looks good, assuming the typo in the spec ("clears" -> "leads") is fixed.

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

Marked as reviewed by alanb (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/8270


More information about the core-libs-dev mailing list