E
E
Evgenij_nechujveter2018-03-14 02:02:21
Sublime Text
Evgenij_nechujveter, 2018-03-14 02:02:21

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

1 answer(s)
S
Sergey, 2018-03-14
@gangstarcj

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 question

Ask a Question

731 491 924 answers to any question