<i18n dev> RFR: 8365175: Replace Unicode extension anchor elements with link tag [v2]
Justin Lu
jlu at openjdk.org
Fri Aug 29 20:44:01 UTC 2025
On Thu, 28 Aug 2025 23:20:52 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Missing space in Calendar update
>
> src/java.base/share/classes/java/text/DateFormat.java line 104:
>
>> 102: *
>> 103: * <p>If the specified locale contains "ca" (calendar), "rg" (region override),
>> 104: * and/or "tz" (timezone) {@link Locale##def_locale_extension Unicode
>
> `{@link}` renders in code font. Is that intended? You can use `{@linkplain}` for plain font.
You are right, these would be better as `linkplain` tags. Updated as such.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26996#discussion_r2311189574
More information about the i18n-dev
mailing list