On Fri, 31 Jan 2025 09:47:35 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.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/23383

Reply via email to