"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,
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
Hi to all!
I'm having troubles to make my XMLRPC application working with non
ASCII characters.
Example:
1.- In one terminal run the following script:
---XMLRPC Server-
import SimpleXMLRPCServer
server = SimpleXMLRPCServer.SimpleXMLRPCServer(("localhost",8003))
def