Sublime Forum

Cyrillic in console

#1

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,
}

123

0 Likes

#2

Does it happen in safe mode?

0 Likes

#3

You mean safe mode in the Windows or in the Sublime? I’m new in Sublime.

0 Likes

#4

ST has a safe mode: https://www.sublimetext.com/docs/safe_mode.html

0 Likes

#5

Hm, in safe mode cyrillic shows correct.

0 Likes

#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