Re: RFR: 8276970: Default charset for PrintWriter that wraps PrintStream [v3]

2021-11-17 Thread Ichiroh Takiguchi
On Thu, 18 Nov 2021 00:11:49 GMT, Naoto Sato wrote: > > BTW, I still observe on Windows (system locale=ja-JP): > > ``` > > D:\projects\jdk\git\jdk>.\build\windows-x64\jdk\bin\jshell > > -J-Duser.language=ja > > | JShellへようこそ -- バージョン18-internal > > | 概要については、次を入力してください: /help intro > > > > js

Re: RFR: 8276970: Default charset for PrintWriter that wraps PrintStream [v3]

2021-11-17 Thread Naoto Sato
On Tue, 16 Nov 2021 21:49:55 GMT, Naoto Sato wrote: > BTW, I still observe on Windows (system locale=ja-JP): > > ``` > D:\projects\jdk\git\jdk>.\build\windows-x64\jdk\bin\jshell > -J-Duser.language=ja > | JShellへようこそ -- バージョン18-internal > | 概要については、次を入力してください: /help intro > > jshell> System.

Re: RFR: 8276970: Default charset for PrintWriter that wraps PrintStream [v3]

2021-11-17 Thread Roger Riggs
On Tue, 16 Nov 2021 21:09:08 GMT, Naoto Sato 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 dra

Re: RFR: 8276970: Default charset for PrintWriter that wraps PrintStream [v3]

2021-11-16 Thread Alan Bateman
On Tue, 16 Nov 2021 21:09:08 GMT, Naoto Sato 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 dra

Re: RFR: 8276970: Default charset for PrintWriter that wraps PrintStream [v3]

2021-11-16 Thread Naoto Sato
On Tue, 16 Nov 2021 21:09:08 GMT, Naoto Sato 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 dra

Re: RFR: 8276970: Default charset for PrintWriter that wraps PrintStream [v3]

2021-11-16 Thread Naoto Sato
> 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