Answer the question
In order to leave comments, you need to log in
Is it possible to set the default encoding in sublime text?
Is it possible to set the default encoding in sublime text when opening a file?
And the second question: Is it possible to convert a file to another encoding like notepad++?
Only "reopen width encoding"? No options?
Answer the question
In order to leave comments, you need to log in
Preferense -> settings window User
{
"show_encoding": true,
"fallback_encoding": "Cyrillic (Windows 1251)"
}
- show_encoding add encoding selection to the status bar
- fallback_encoding Encoding if utf-8 is not the default
- "default_encoding": "UTF-8" - if you do not need utf - replace with the one you need
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question