Hi all ! Help me, please. When I trying to execute some simple code (ctrl + b) with cyrillic text, sublime text show some question marks. What I did wrong? In Python console text is displayed correctly.
My preferences
{
“rulers”: [80],
“translate_tabs_to_spaces”: true,
“update_check”: false,
“show_encoding”: true,
“fallback_encoding”: “Cyrillic (Windows 1251)”,
“ignored_packages”:
[
“Vintage”
],
“theme”: “Adaptive.sublime-theme”,
“font_face”: “Consolas”,
“font_size”: 16,
}
Cyrillic in console
cha1nsaw
#1
0 Likes
cha1nsaw
#6
I completely removed ST and cyrillic looks good. Maybe it was problem with some localized packagaes. Thank you for the safe mode idea.
0 Likes