Page 1 of 1

How to enable cyrilic characters in EditScript?

Posted: 17.06.2016 17:15
by nyce
edit. for solution, see: http://stealth.od.ua/forum/viewtopic.ph ... 066#p22585
I have russian languague installed on my windows, but i can't see cyrilic characters inside EditScript, e.g.

Itype=$0F09; // Тип инвизки
vxcol=$FFFF; // Цвет скрола вортекса
vacol=$FFFF; // Цвет скрола мас диспела

shows like this

Itype=$0F09; // Тип инвизки
vxcol=$FFFF; // Цвет скрола вортекса
vacol=$FFFF; // Цвет скрола мас диспела

other programs, like notepad++ show those characters just fine.

Re: How to enable cyrilic characters in EditScript?

Posted: 17.06.2016 19:37
by Vizit0r
you copy original text from Control without Unicode support and with selected codepage different from Russian.

Re: How to enable cyrilic characters in EditScript?

Posted: 17.06.2016 19:38
by Vizit0r
or save in some non-default codepage...

Re: How to enable cyrilic characters in EditScript?

Posted: 17.06.2016 20:04
by nyce
Vizit0r wrote:you copy original text from Control without Unicode support and with selected codepage different from Russian.
Thanks Vizit0r, your message gave me a big hint how to fix it.

For those who may need in future:

open in Notepad++ and select all text.
then go to Encoding -> Convert to UTF-8
save and open with EditScript, should work fine now.

Image