don't support unicode in message send/receive and buddy list
Status: Beta
Brought to you by:
chipx86
in buddy list unicode buddies looks like utf-8 string
displayed in ascii encoding
received messages looks same like bugly utf buddy
while trying to send unicode message - message
disappears, if forward buggly received message back to
sender - it looks good on sender PC.
Logged In: YES
user_id=848521
Jabber always works with UTF-8 characters. QT also supports
UTF-8.
From my experience, and I use a lot of cyrillics with
jabber, qpe-gaim treats the UTF-8 strings as iso-8859-1. So
I guess when the strings are transported from libgaim as
"char *" to QT's QString, it should treated as UTF-8
otherwise QT treats it as latin1 by default.
a QString has fromUTF and toUTF methods that will do this.