<i18n dev> RFR: 8282929: Localized monetary symbols are not reflected in `toLocalizedPattern` return value [v2]
Lance Andersen
lancea at openjdk.java.net
Sat Mar 12 16:33:38 UTC 2022
On Fri, 11 Mar 2022 22:20:38 GMT, Naoto Sato <naoto at 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.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>
> Refined the test
Marked as reviewed by lancea (Reviewer).
test/jdk/java/text/Format/DecimalFormat/ToLocalizedPatternTest.java line 29:
> 27: * @summary Verifies that toLocalizedPattern() method correctly returns
> 28: * monetary symbols in a currency formatter
> 29: * @run testng ToLocalizedPatternTest
Maybe run in othervm mode?
-------------
PR: https://git.openjdk.java.net/jdk/pull/7790
More information about the i18n-dev
mailing list