The only way I know to write (and read) non-English (cyrillic in my case) text in .c and .h files is to encode them in UTF8 and set apropriate font. But if I go to disassembly window I see my cyrillic text as gibberish (due to different encoding in that window).
So, is it possible to somehow change encoding for that window or may be some other way round to read non-English text in there?
(Sorry for duplicate question, something went very wrong in the first time)