XMLRPC and non-ascii characters

Richard Brodie R.Brodie at rl.ac.uk
Wed Jun 29 09:24:44 EDT 2005


"Joxean Koret" <joxeankoret at yahoo.es> wrote in message
news:mailman.1057.1120050564.10512.python-list at python.org...

> I'm having troubles to make my XMLRPC application working with non
> ASCII characters.

I don't think XMLRPC has a mechanism for specifying an encoding other
than UTF-8 (and that only by default). If you recode to that, you'll
probably be OK.





More information about the Python-list mailing list