Sublime Forum

ST's built in command line not showing nordic letters

#1

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

T„m„ 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.

0 Likes