RFR: 8330276: Console methods with explicit Locale

Naoto Sato naoto at openjdk.org
Mon Apr 29 23:22:21 UTC 2024


On Tue, 23 Apr 2024 20:35:43 GMT, Naoto Sato <naoto at openjdk.org> wrote:

> Proposing new overloaded methods in `java.io.Console` class that explicitly take a `Locale` argument. Existing methods rely on the default locale, so the users won't be able to format their prompts/outputs in a certain locale explicitly.

Thanks, Joe. Addressed your points (and updated the test case accordingly)

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

PR Comment: https://git.openjdk.org/jdk/pull/18923#issuecomment-2083846171


More information about the core-libs-dev mailing list