XML-RPC weirdness...
Im trying to fetch a string via XML-RPC from Zope (into Flash) and some characters are being encoded in a way that isnt understandable by my client library. I tried using python to do the same task, and then realized that the problem may be that Zope isnt setting the right encoding when spitting out XML responses. Attached is the log of my failed test. []'s PS: JFD, i tried replacing Zope's xmlrpclib with python2.2 one and got the same error (altough a different traceback). -- Sidnei da Silva (dreamcatcher) <sidnei@x3ng.com.br> X3ng Web Technology <http://www.x3ng.com.br> GNU/Linux user 257852 Debian GNU/Linux 3.0 (Sid) 2.4.18 ppc Logic doesn't apply to the real world. -- Marvin Minsky
Sidnei da Silva writes:
Im trying to fetch a string via XML-RPC from Zope (into Flash) and some characters are being encoded in a way that isnt understandable by my client library.
I tried using python to do the same task, and then realized that the problem may be that Zope isnt setting the right encoding when spitting out XML responses. Almost surely.
Dieter
participants (2)
-
Dieter Maurer -
Sidnei da Silva