Integrated: 8283620: System.out does not use the encoding/charset specified in the Javadoc

Naoto Sato naoto at openjdk.java.net
Tue Apr 26 16:09:11 UTC 2022


On Fri, 15 Apr 2022 20:26:55 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.

This pull request has now been integrated.

Changeset: 03bcf7b6
Author:    Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/03bcf7b6d196f6c5d851059cb6f580767eee4e94
Stats:     55 lines in 8 files changed: 22 ins; 4 del; 29 mod

8283620: System.out does not use the encoding/charset specified in the Javadoc

Reviewed-by: alanb

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

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


More information about the core-libs-dev mailing list