Its not possible to recieve german umlauts in a message
using jabber.py. The method getBody excepts with
UnicodeEncodeError, this originates from the xml-parser
in xml.parsers.expat used in xmlstream.py...
I have no problem with national characters
(central-european, cyrilic, hebrew) as long as the are
properly encoded in UTF-8. Check, if your message's body is
in UTF-8.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=92222
I have no problem with national characters
(central-european, cyrilic, hebrew) as long as the are
properly encoded in UTF-8. Check, if your message's body is
in UTF-8.
Logged In: YES
user_id=888883
Please supply example of code causing error.
Logged In: YES
user_id=888883
Please supply a chunk of python code as example.