RFR: 8283620: System.out does not use the encoding/charset specified in the Javadoc [v3]
Naoto Sato
naoto at openjdk.java.net
Mon Apr 25 16:18:19 UTC 2022
> 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:
Fixed typos.
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8270/files
- new: https://git.openjdk.java.net/jdk/pull/8270/files/b5bcb870..a91fd9ca
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8270&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8270&range=01-02
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/8270.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8270/head:pull/8270
PR: https://git.openjdk.java.net/jdk/pull/8270
More information about the core-libs-dev
mailing list