I haven't tried it yet, but you should be able to display cyrillic text - but not with unicode. You must use ASCII. Choose a cyrillic font that maps the cyrillic alphabet onto the 256 ASCII characters. Unicode uses short integers for characters, which won't work here because a char is only a byte.