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

0
4 comments


this is the encode setting menu

0

 

And the ? must be § with UTF-8 encoding

0

Try to add -Dfile.encoding=UTF-8 under Help | Edit Custom VM Options and restart the IDE.

1

Egor Klepikov thanks a lot. It works now perfekt. 
You helped me a lot <3

 

0

Please sign in to leave a comment.