swordmaster2k/rpgwizard

Use UTF-8 in editor

redirectme opened this issue · 1 comments

Now Russian text in the script editor is in CP 1251 (rpgwizard-editor-1.7.1 for Windows). This is shown incorrectly in the running game. Let's use CP UTF-8 in the script editor (and elsewhere in the IDE).

I have solved this problem. The parameter -Dfile.encoding=UTF8 in JVM must be set.