On Tue, 29 Oct 2024 08:13:22 GMT, Jan Lahoda <jlah...@openjdk.org> wrote:
>> This PR is simply adding parameter-less `java.io.IO.{println(),readln()}`, >> with the (hopefully) obvious semantics, plus the corresponding wiring to >> make those work. This may become part of JEP 495: >> https://openjdk.org/jeps/495 > > Jan Lahoda has updated the pull request incrementally with one additional > commit since the last revision: > > Fixing test for Console.readln/readLine, ensuring the proper methods are > called. My question (please don't bash me, I am new): Any chance we can set the encoding of console? I tested on Java 23 and the encoding is `windows-1252` so it will not display unicode characters correctly.  ------------- PR Comment: https://git.openjdk.org/jdk/pull/21693#issuecomment-2456709109