[Zope-dev] XML document not accepting utf-8
Sin Hang Kin
kentsin@macau.ctm.net
Thu, 3 Feb 2000 16:12:25 +0800
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>