[maemo-developers] qmessage and utf8
From: peltsip at gmail.com peltsip at gmail.comDate: Fri Oct 29 17:16:17 EEST 2010
- Previous message: Performance of floating point instructions
- Next message: qmessage and utf8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
with your tips I got utf8 stuff working all around the application except QMessage. Sending and other qmessage- stuff is working well but umlauts are in wrong charset when sending. What is supposed to be output for those preferredCarsets? They return only blank line.
mesitsi = QMessage()
...
print mesitsi.preferredCharsetFor(msgstring)
print mesitsi.preferredCharsets()
and print msgstring outputs umlauts correctly. Should I just try converting the string to random format that is supported by QMessage?
Thanks in advance!
Ossipena / Timo P
- Previous message: Performance of floating point instructions
- Next message: qmessage and utf8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
