[Zope3-dev] Re: zope.tal.xmlparser.XMLParser() dislikes unicode
Dieter Maurer
dieter at handshake.de
Tue Jan 16 14:35:27 EST 2007
Tres Seaver wrote at 2007-1-15 16:57 -0500:
> ...
>Frankly, I don't get the desire to *store* a complete XML document (as
>opposed to the extracted contents of attributes or nodes) as unicode
My desire comes from the easy principle: all text should be unicode.
Decoding/encoding happens only at the system boundaries
and no longer internally.
--
Dieter
More information about the Zope3-dev
mailing list