On Fri, 11 Mar 2022 19:53:20 GMT, Naoto Sato <na...@openjdk.org> wrote:
> `DecimalFormat.toLocalizedPattern()` was not honoring the monetary > decimal/grouping separator symbols. Fix is straightforward to use the correct > symbols depending on the formatter type. This pull request has now been integrated. Changeset: c96085ea Author: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/c96085eaab1f6b21e084b94fcc619d090f0afc97 Stats: 68 lines in 2 files changed: 63 ins; 0 del; 5 mod 8282929: Localized monetary symbols are not reflected in `toLocalizedPattern` return value Reviewed-by: joehw, lancea ------------- PR: https://git.openjdk.java.net/jdk/pull/7790