On Sun, 21 Mar 2021 04:13:48 GMT, Hsiafan <github.com+1498664+hsia...@openjdk.org> wrote:
> The convertNSStringToJString function convert NSString to Java String using > NewStringUTF,NewStringUTF accept modified-UTF8 encoded str。This fix using > UTF-16 encoding for converting. Looks good to me. I can confirm the exception prior to the fix, and that it works after the fix. ------------- Marked as reviewed by kcr (Lead). PR: https://git.openjdk.java.net/jfx/pull/436