Hi there,
I’m working on a large project in which all files are encoded as Windows-1252 (or CP1252). Sublime Text 2 opens and writes all files as UTF8 by default, which is really annoying. It basically screws up my workflow. It means I always have to reopen a file with my desired encoding. I expected a setting to overwrite the default encoding settings, but up untill now, I haven’t found a way to do so. I’ve seen ST’s command list, which is probably used by plugin developers, and it does list the option “openWithEncoding”, which makes it quite possible that I’m just overlooking the feature (see: sublimetext.com/docs/commands).
Does anyone have an idea to solve this without having to work around it?
Thanks!