RFR: 8341975: Unable to set encoding for IO.println, IO.print and IO.readln [v2]

Iris Clark iris at openjdk.org
Fri Oct 18 21:10:52 UTC 2024


On Thu, 17 Oct 2024 20:25:40 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Changing the charset initialization of `java.io.Console` class, which is the basis of `java.io.IO`, so that it would behave the same way as `System.out` wrt encoding. This change will also have the capability to override the default charset used in `IO` methods with `stdout.encoding` system property. A corresponding CSR has also been drafted.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
> 
>   A bit of re-org

Marked as reviewed by iris (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/21569#pullrequestreview-2378968120


More information about the core-libs-dev mailing list