I would like to send back from a xml-rpc python server german
umlaute(ä,ö, ü, ..) inside a list to Zope but I always get a parser error(it's
obviously not a Zope problem).
I've read that I can send back unicode encoded strings but how do I do
it?
Thanks.