There is no other way of passing the information of what the file encoding is to Java AFAIK (unless there is a command line option you can add)

export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8

This resolved a similar issue for a Windows user, mutatis mutandis.

JDK toolchain binaries also accept -Dfile.encoding as a command line switch.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/repo-discussions/3731/comments/7971577@github.com>