Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

How to enable cyrilic characters in EditScript?

Ask for help
Post Reply
nyce
Neophyte
Neophyte
Posts: 17
Joined: 16.06.2016 19:48

How to enable cyrilic characters in EditScript?

Post 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.
Last edited by nyce on 17.06.2016 23:17, edited 3 times in total.
User avatar
Vizit0r
Developer
Developer
Posts: 3958
Joined: 24.03.2005 17:05
Contact:

Re: How to enable cyrilic characters in EditScript?

Post by Vizit0r »

you copy original text from Control without Unicode support and with selected codepage different from Russian.
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
User avatar
Vizit0r
Developer
Developer
Posts: 3958
Joined: 24.03.2005 17:05
Contact:

Re: How to enable cyrilic characters in EditScript?

Post by Vizit0r »

or save in some non-default codepage...
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
nyce
Neophyte
Neophyte
Posts: 17
Joined: 16.06.2016 19:48

Re: How to enable cyrilic characters in EditScript?

Post 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
Post Reply