Sublimetext doesn't show me the German umlauts öäüß in Java when I build the program. In other program languages they work.
I've looked up just about every tutorial or post, but I can't get it to work. Everything I know is in UTF-8. It works with Python or even when I use the Termninus addon.
I made a new build system extra Java: {"shell_cmd": "javac -encoding utf-8 $file && java $file_base_name" }
And I must say I like Sublime Text, I use it all the time for Python, now I want to use it for Java. Any help would be greatly appreciated, thanks.