Re: RFR: 8354968: Replace unicode sequences in comment text with UTF-8 characters [v4]

2025-05-09 Thread Naoto Sato
On Fri, 9 May 2025 10:12:09 GMT, Magnus Ihse Bursie wrote: >> As part of the UTF-8 cleaning up done in >> [JDK-8301971](https://bugs.openjdk.org/browse/JDK-8301971), I looked at >> where and how we are using unicode sequences (`\u`). In several string >> literals, I think the unicode seque

Re: RFR: 8354968: Replace unicode sequences in comment text with UTF-8 characters [v4]

2025-05-09 Thread Magnus Ihse Bursie
> As part of the UTF-8 cleaning up done in > [JDK-8301971](https://bugs.openjdk.org/browse/JDK-8301971), I looked at where > and how we are using unicode sequences (`\u`). In several string > literals, I think the unicode sequences still has merit, if they improve > clarity or readability o

Re: RFR: 8354968: Replace unicode sequences in comment text with UTF-8 characters [v2]

2025-05-09 Thread Magnus Ihse Bursie
On Tue, 6 May 2025 17:16:57 GMT, Naoto Sato wrote: >> Magnus Ihse Bursie has updated the pull request with a new target base due >> to a merge or a rebase. The incremental webrev excludes the unrelated >> changes brought in by the merge/rebase. The pull request contains two >> additional commi

Re: RFR: 8354968: Replace unicode sequences in comment text with UTF-8 characters [v4]

2025-05-09 Thread Magnus Ihse Bursie
On Fri, 9 May 2025 10:12:09 GMT, Magnus Ihse Bursie wrote: >> As part of the UTF-8 cleaning up done in >> [JDK-8301971](https://bugs.openjdk.org/browse/JDK-8301971), I looked at >> where and how we are using unicode sequences (`\u`). In several string >> literals, I think the unicode seque

Re: RFR: 8354968: Replace unicode sequences in comment text with UTF-8 characters [v3]

2025-05-09 Thread Magnus Ihse Bursie
> As part of the UTF-8 cleaning up done in > [JDK-8301971](https://bugs.openjdk.org/browse/JDK-8301971), I looked at where > and how we are using unicode sequences (`\u`). In several string > literals, I think the unicode sequences still has merit, if they improve > clarity or readability o

Re: RFR: 8354968: Replace unicode sequences in comment text with UTF-8 characters [v2]

2025-05-06 Thread Naoto Sato
On Tue, 6 May 2025 17:59:18 GMT, Magnus Ihse Bursie wrote: >> src/java.base/share/classes/java/text/Collator.java line 141: >> >>> 139: * considered significant during comparison. The assignment of >>> strengths >>> 140: * to language features is locale dependent. A common example is

Re: RFR: 8354968: Replace unicode sequences in comment text with UTF-8 characters [v2]

2025-05-06 Thread Magnus Ihse Bursie
On Tue, 6 May 2025 17:15:34 GMT, Naoto Sato wrote: >> Magnus Ihse Bursie has updated the pull request with a new target base due >> to a merge or a rebase. The incremental webrev excludes the unrelated >> changes brought in by the merge/rebase. The pull request contains two >> additional commi

Re: RFR: 8354968: Replace unicode sequences in comment text with UTF-8 characters [v2]

2025-05-06 Thread Naoto Sato
On Tue, 6 May 2025 15:46:03 GMT, Magnus Ihse Bursie wrote: >> As part of the UTF-8 cleaning up done in >> [JDK-8301971](https://bugs.openjdk.org/browse/JDK-8301971), I looked at >> where and how we are using unicode sequences (`\u`). In several string >> literals, I think the unicode seque

Re: RFR: 8354968: Replace unicode sequences in comment text with UTF-8 characters [v2]

2025-05-06 Thread Magnus Ihse Bursie
> As part of the UTF-8 cleaning up done in > [JDK-8301971](https://bugs.openjdk.org/browse/JDK-8301971), I looked at where > and how we are using unicode sequences (`\u`). In several string > literals, I think the unicode sequences still has merit, if they improve > clarity or readability o

RFR: 8354968: Replace unicode sequences in comment text with UTF-8 characters

2025-04-17 Thread Magnus Ihse Bursie
As part of the UTF-8 cleaning up done in [JDK-8301971](https://bugs.openjdk.org/browse/JDK-8301971), I looked at where and how we are using unicode sequences (`\u`). In several string literals, I think the unicode sequences still has merit, if they improve clarity or readability of the code