[Zope3-dev] how-to fool XML-RPC publisher

Adam Groszer adamg at fw.hu
Tue Aug 30 11:55:04 EDT 2005


Dear All,

Is there any way to fool the Z3 XML-RPC publisher to unmarshall
strings *always* as unicode? I think the problem is that xmlrpclib
tries to convert all strings to str, but in Z3, all strings should be
stored as unicode. Even better that zope.schema enforces unicode also.
So my exposed methods would start with converting all necessary
parameters to unicode.


-- 
Best regards,
 Adam                          mailto:adamg at fw.hu
--
Quote of the day:
"Nothing is permanent except change."



More information about the Zope3-dev mailing list