pb with xmlrpclib
gbreed at cix.compulink.co.uk
gbreed at cix.compulink.co.uk
Fri Jul 6 10:35:47 EDT 2001
In article <Pine.LNX.4.21.0107061602390.4611-100000 at leo.logilab.fr>,
alf at logilab.fr (Alexandre Fayolle) wrote:
> However I get this \231 character from elsewhere (some webpage,
> actually),
> and I need to get a way to pass it around. Using
> server.echo(unicode('\231','latin-1').encode('utf-8'))
> dies not help either.
Have you tried
server.echo(unicode('\231','latin-1'))
? Dunno about xmlrpc, but it works with SOAP.
Graham
More information about the Python-list
mailing list