libgdx / gdx-jnigen

jnigen is a small library that can be used with or without libGDX which allows C/C++ code to be written inline with Java source code.
Apache License 2.0
60 stars 25 forks source link

Non UTF-8 encoding can lead to task freeze #42

Closed Berstanio closed 9 months ago

Berstanio commented 1 year ago

The jnigen task for gdx-freetype e.g. hangs indefinitly, if the system encoding is ASCII. Best way might be to enforce UTF-8 encoding for javah call.