Hello!
I use SFML 1.6 in my game, and when i draw russian letter, i saw strange ieroglyphs. I found threads on this forum, read it, but this don't help.
Font1.LoadFromFile("arial.ttf", 24,"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдеёжзийклмнопрстуфхцчшщъыьэюя");
String ControlString(Unicode::Text("Жми Р.\nPress P for play."),Font1,24);
Latin character draw normaly, but russian text stay as ieroglyphs.
And now i don't want use SFML2.0
Sorry my bad English.=)