On Mon, 18 May 2026 18:37:38 GMT, Artur Barashev <[email protected]> wrote:

>> Volkan Yazici has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Remove `@apiNote` for `ofHostName`
>
> src/java.base/share/classes/javax/net/ssl/SNIHostName.java line 321:
> 
>> 319:      * <ul>
>> 320:      * <li>{@code "example.com".getBytes(US_ASCII)}
>> 321:      * <li>{@code "\u00ebxample.com".getBytes(UTF_8)} &mdash; 
>> User-friendly IDN
> 
> Java source code is in UTF-8, so we can just use `ëxample.com` here and 
> everywhere else in this file.

Replaced `\u00eb` with `ë` in e4f8432eba8.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30747#discussion_r3261441880

Reply via email to