Re: XMLRPC and non-ascii characters

2005-06-29 Thread Richard Brodie
"Joxean Koret" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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,

Re: XMLRPC and non-ascii characters

2005-06-29 Thread Fredrik Lundh
Joxean Koret wrote: > I'm having troubles to make my XMLRPC application working with non > ASCII characters. you cannot just pass in 8-bit strings in arbitrary encodings and expect the XML- RPC layer to automagically figure out what you're doing. you can either use the encoding option to the Ser