<i18n dev> RFR: 8341923: java.util.Locale class specification improvements [v4]
Joe Darcy
darcy at openjdk.org
Mon Dec 2 23:02:41 UTC 2024
On Thu, 21 Nov 2024 06:53:58 GMT, Justin Lu <jlu at openjdk.org> wrote:
>> Please review this PR and corresponding CSR which includes a wide range of specification improvements for java.util.Locale. See the CSR for further detail. Other changes/suggestions are welcomed to be included as part of this change.
>>
>> APIDiff: https://cr.openjdk.org/~jlu/8341923_apidiff/java.base/java/util/Locale.html
>> Javadoc: https://cr.openjdk.org/~jlu/api/java.base/java/util/Locale.html
>
> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>
> reflect review
src/java.base/share/classes/java/util/Locale.java line 76:
> 74: * or cultural region. An API that requires a {@code Locale} to perform
> 75: * its task is <em>locale-sensitive</em> and uses the {@code Locale}
> 76: * to tailor information for the user. These <em>locale-sensitive</em> APIs
Either as part of this change or in follow-up work, please consider defining a user-index term for "locale
-sensitive".
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22192#discussion_r1866741419
More information about the i18n-dev
mailing list