I might do it wrong but I am not able to correctly open files that are encoded in Windows Ansi in ST3.
The files that I open are csv files exported from Excel and ST3 guesses the encoding as Western (Windows 1252)
but the chars with umlauts are incorrect and wrong.
If I open the same file in Notepad++ it tells me the file is encoded in ANSI and I can successfully convert it to UTF-8. That converted file works well in ST3.
What is the right way to do that in Sublime Text (opening an Excel generated csv, convert the encoding to UTF-8 and save it)?