[Zope] unicode error

ChristopherN.Deckard ChristopherN.Deckard
Tue, 27 Aug 2002 06:45:23 -0500


How do I get around this?

Error Type: UnicodeError
Error Value: ASCII decoding error: ordinal not in range(128)

There are non-ascii characters stored in properties of folders and
I'm trying to build an xml string to send off to a ParsedXML object
for parsing.  Do I need to encode with a different encoding?  I'm
basically doing:

   XMLstring = XMLstring + new_part_from_folder_property

Thanks,
-Chris