Kreso
21-05-2007 12:00:11
when I write smtg like this:
loading_text=cegui.WindowManager.getSingleton().getWindow("loading_text");
loading_text.text=u'UÄ
saladin
28-05-2007 16:44:50
You might wanna look into ogre.UTFString() function.
(I just suspect that have something to do with what u're trying to achieve. no garantee here.)
Kreso
28-05-2007 23:06:05
nope, that didn't do the trick. there isa bug in python-ogre, which seems to inject each char into a cegui.String, where it should first unpack a utf8 string and then insert chars. I'll file a bug report.
Kreso
29-05-2007 10:22:42
yeah I know, I wrote that topic

but I also posted a message here as well. any progress btw? I'd gladly help but other then diagnosing and debuging the problem, I don't know how else I could.