StaffPlus icon indicating copy to clipboard operation
StaffPlus copied to clipboard

Foreign characters result in errors and/or incorrect displayed characters.

Open Azoraqua opened this issue 4 years ago • 1 comments

When the language files contain any form of foreign characters, it'll result in an InvalidConfigurationException (Because the YAML parser cannot parse it correctly) and/or displays square symbols.

This is almost certainly an encoding issue, at compile-time, and/or at run-time.

On a side-note, starting the server using the -Dfile.encoding=utf-8 might fix it; Might need to compile using UTF-8 explicitly.

Azoraqua avatar Feb 15 '21 10:02 Azoraqua

On a side-note, starting the server using the -Dfile.encoding=utf-8 might fix it; Might need to compile using UTF-8 explicitly.

Nope, using the -Dfile.encoding=utf-8 does not fix that. 😢

trafoziya avatar Feb 15 '21 11:02 trafoziya