<i18n dev> RFR: 8365175: Replace Unicode extension anchor elements with link tag [v3]
Chen Liang
liach at openjdk.org
Sat Aug 30 15:46:43 UTC 2025
On Fri, 29 Aug 2025 20:44:00 GMT, Justin Lu <jlu at openjdk.org> wrote:
>> This PR is a cleanup change which replaces anchor element references of the Locale `def_locale_extension` section with the Javadoc link tag. This is a doc only change and is a result of the discussion in the PR of https://github.com/openjdk/jdk/pull/26683.
>>
>> This includes one additional conversion of the `legacy_language_codes` section to get rid of all Locale.html anchor element references.
>
> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>
> link -> linkplain
Marked as reviewed by liach (Reviewer).
src/java.base/share/classes/java/util/Calendar.java line 2670:
> 2668: * {@code Calendar} instance
> 2669: * @since 1.8
> 2670: * @see Locale##def_locale_extension Locale extensions
This will be handled as plain text because of space in "Locale extensions" 👍
-------------
PR Review: https://git.openjdk.org/jdk/pull/26996#pullrequestreview-3171094927
PR Review Comment: https://git.openjdk.org/jdk/pull/26996#discussion_r2311994680
More information about the i18n-dev
mailing list