[Zope-dev] XML document not accepting utf-8

Michel Pelletier michel@digicool.com
Thu, 3 Feb 2000 12:02:51 -0500


This is a known deficiency in XMLDocument.  We are working to remedy the
situation.

-Michel

> -----Original Message-----
> From: Sin Hang Kin [mailto:kentsin@macau.ctm.net]
> Sent: Thursday, February 03, 2000 3:12 AM
> To: zope-dev@zope.org
> Subject: [Zope-dev] XML document not accepting utf-8
> 
> 
> The xmldocument product do not accept utf-8 document with Chinese and
> European characters.
> 
> The file I try to import is below :
> 
> <?xml version="1.0"?>
> <faq title="A Sample FAQ">
>   <entry>
>     <question>To be or not to be?</question>
>     <answer>That is the question.</answer>
>    </entry>
>    <entry>
>     <question>The question of life
>     the universe and everything?</question>
>     <answer>42</answer>
>    </entry>
>    <entry>
>    <question>What is a character not is plain ascii?</question>
>    <answer>Simply รง </answer>
>    </entry>
> </faq>
> 
> 
> 
> 
> 
> _______________________________________________
> Zope-Dev maillist  -  Zope-Dev@zope.org
> http://lists.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope )
>