On Fri, 31 Jan 2025 12:53:32 GMT, Fabian Meumertzheim <fm...@openjdk.org> wrote:
>> `URLClassPath` called into `ParseUtil.fileToEncodedURL`, which misencoded >> characters with a four byte UTF-8 representation. Replacing that function >> with `toPath().toUri().toURL()` (and removing it, since its only used once) >> results in correct encoding for all Unicode characters. > > Fabian Meumertzheim has updated the pull request incrementally with one > additional commit since the last revision: > > Fix bug reference /reviewers:2 ------------- PR Comment: https://git.openjdk.org/jdk/pull/23383#issuecomment-2627490621