[Zope-CMF] xmlrpclib with accentuated characters

Dieter Maurer dieter@handshake.de
Mon, 10 Feb 2003 20:57:10 +0100


Pascal Samuzeau wrote at 2003-2-10 11:38 +0100:
 > I've tried just the following sentence :                             =20
 >                                                                      =20
 > # MyServer as 'http://myserver/mydirectory/'                         =20
 >                                                                      =20
 > x=3Dxmlrpclib.ServerProxy(MyServer)                                   =
 =20
 > res=3Dx.xmlrpc_invokeFactory(id)                                      =
 =20
 > ...                                                                  =20
 > x=3Dxmlrpclib.ServerProxy(MyServer+id)                                =
 =20
 > x.xmlrpc_editMetadata(titre,desc,spec,author,dates,datee,format,lang)=20
 >                                                                      =20
 > I've just put as sample's test                                       =20
 > desc =3D '=E9' # an accentuated character.                            =
   =20

I believe, I read about this problem (--> mailing list archives!).
I think the solution has been "upgrade the XML-RPC library".

I use the one that comes with ZSyncer and do not have problems
with non-ASCII characters.


Dieter