kuroneko1996 / cyberlab

jrpg-like game in pygame
MIT License
4 stars 3 forks source link

Messages: add support for cyrillic script #33

Closed slemonide closed 7 years ago

kuroneko1996 commented 7 years ago

There are two problems now. Current custom font does not have cyrillic symbols. Strings loaded from the json map have a different format/encoding(?) However, changing the pygame font and pasting text into the source file like u'Текст' works.

slemonide commented 7 years ago

I have tested writing in cyrillic in the text events and it worked. So the main problem is with the fonts.

slemonide commented 7 years ago

Готово.