I’m having some sort of encoding problem with compiled C# programs. I’m trying to run
Console.WriteLine("Tämä on C#-alkeiden esimerkki.");
with the built in command line. The problem is that this prints out as
Tm on C#-alkeiden esimerkki.
I’ve already set the encoding in CSharpSingleFileBuild.sublime-build and Preferences.sublime-settings to “ISO-8859-1”.
Any idea how to fix this?
Also if I run the compiled program in cmd.exe, ‘ä’ shows up like it should.