RFR: 8354273: Restore even more pointless unicode characters to ASCII [v2]
Magnus Ihse Bursie
ihse at openjdk.org
Thu Apr 10 10:39:32 UTC 2025
On Thu, 10 Apr 2025 10:36:31 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> As a follow-up to [JDK-8354213](https://bugs.openjdk.org/browse/JDK-8354213), I found some additional places where unicode characters are unnecessarily used instead of pure ASCII.
>
> Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove incorrectly copied "§anchor"
src/java.xml/share/legal/xmlxsd.md line 29:
> 27: https://www.w3.org/copyright/software-license-2023/"
> 28:
> 29: Disclaimers §anchor
This is an incorrectly copied piece of html; compare how the very same license is handled in e.g. `src/java.xml/share/legal/schema10part1.md`. The § is the non-ascii character that triggered my detection of this, but the entire "anchor" string is incorrect here.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24567#discussion_r2037047696
More information about the core-libs-dev
mailing list