<i18n dev> RFR: 8364780: Ambiguity in DecimalFormatSymbols Unicode extension priority [v3]

Justin Lu jlu at openjdk.org
Thu Aug 7 23:39:23 UTC 2025


> This PR clarifies the Unicode extension wording in the DecimalFormatSymbols class description to make apparent that the "nu" extension is supported in addition to the "rg" extension. There already exists "nu" commentary in the specification of the  Locale accepting method APIs, the main purpose of this change is to clarify the behavior when both extensions are supplied.
> 
> Note that "may" wording is intentionally used, as symbols are only overridden if the JRE implementation provides support.

Justin Lu has updated the pull request incrementally with one additional commit since the last revision:

  Updating NumberFormat with cu as well

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/26683/files
  - new: https://git.openjdk.org/jdk/pull/26683/files/78b223a1..3a1e6ab2

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26683&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26683&range=01-02

  Stats: 5 lines in 1 file changed: 3 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/26683.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26683/head:pull/26683

PR: https://git.openjdk.org/jdk/pull/26683


More information about the i18n-dev mailing list