HumbleUI / JWM

Cross-platform window management and OS integration library for Java
Apache License 2.0
562 stars 44 forks source link

Do not use env->NewStringUTF #73

Closed tonsky closed 3 years ago

tonsky commented 3 years ago

It uses “modified UTF-8” instead of real UTF-8.

Better convert to UTF-16 and use NewString instead