They use "stdout.encoding" for creating a Charset for reading from the standard input. With the introduction of "stdin.encoding," they should be using the "stdin.encoding" system property.
- csr for
-
JDK-8357164 Use "stdin.encoding" in Console's read*() methods
-
- Draft
-
- relates to
-
JDK-8350703 Add standard system property stdin.encoding
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/25271