RFR: 8276970: Default charset for PrintWriter that wraps PrintStream [v2]
Roger Riggs
rriggs at openjdk.java.net
Tue Nov 16 18:46:35 UTC 2021
On Tue, 16 Nov 2021 18:08:08 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> Fixing the default charset for PrintWriter/OutputStreamWriter that wraps a PrintStream to its charset. This issue was raised during the conversations in https://github.com/openjdk/jdk/pull/5771
>> A corresponding CSR has also been drafted: https://bugs.openjdk.java.net/browse/JDK-8277078
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>
> Made PrintStream::charset() public, charset field final, and refined wordings.
Marked as reviewed by rriggs (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/6401
More information about the core-libs-dev
mailing list