RFR: 8279328: CssParser uses default charset instead of UTF-8
Michael Strauß
mstrauss at openjdk.java.net
Thu Jan 6 15:21:16 UTC 2022
On Thu, 6 Jan 2022 12:35:56 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
> The added test passes on my Mac without changing CssParser.java. It may be due to the default charset being UTF-8. Which platform did you test on?
Yes, the default charset on macOS is UTF-8. I’ve tested this on Windows 11, which uses Windows-1252 as the default charset.
-------------
PR: https://git.openjdk.java.net/jfx/pull/705
More information about the openjfx-dev
mailing list