In C2.0.2, I use a pipeline that produce a XML encoded with UTF-8.
In this XML, I have one '�' character that is coded as "�*" ...

After the HTML serializer , instead of having the '�' again, I have
two characters coded as: Ã&copy.

It seems that hte serializer realized missed the UTF-8 character and
considered
it as US-ASCII/ISO-8859-1.

Is it a bug in Xalan, or what?

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to