UTF-8 encoding problem.
Answered
Hello I started a new minecraft client project and I have to encode the whole code with UTF-8. When I restart intellij than the encoding works well but after restarting the code, the encoding falls back to ISO-8859-1. And everyitems I restart intellij this happens anain and again. But the Settings for encodings stays at UFT-8.
Pleas help me :).
Greeings Niklas
Please sign in to leave a comment.
And the ? must be § with UTF-8 encoding
Try to add
-Dfile.encoding=UTF-8underHelp | Edit Custom VM Optionsand restart the IDE.Egor Klepikov thanks a lot. It works now perfekt.
You helped me a lot <3