hi there,
I try to read data from an xml export back into zope.
however I have problems with non ascii chars.

in the xml pickle I have a string like so:
"dann \xfcberhaupt den zu \xfcbernehmenden"

this sems to be an latin1 encoded string.

whatever I try I do not get it converted such, that it is represented correctly in zope.

what I would like to do is to store it in an CMF objext as description, and then retrieve it as
object.description() in a template.

thanks a lot for any pointer.
robert
begin:vcard
fn:robert  rottermann
n:rottermann;robert 
email;internet:[EMAIL PROTECTED]
tel;work:031 333 10 20
tel;fax:031 333 10 23
tel;home:031 333 36 03
x-mozilla-html:FALSE
version:2.1
end:vcard

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to