On Tue, 23 Apr 2024 20:35:43 GMT, Naoto Sato <na...@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. This pull request has now been integrated. Changeset: 7cff04fc Author: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/7cff04fc8a8114a297437aa526b18b6185831eac Stats: 441 lines in 8 files changed: 337 ins; 24 del; 80 mod 8330276: Console methods with explicit Locale Reviewed-by: joehw, rriggs, jlahoda ------------- PR: https://git.openjdk.org/jdk/pull/18923