You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Árvai Domonkos <do...@anemosky.com> on 2000/06/16 14:50:00 UTC

problems with cocoon character encoding

Hi,

My problem is that when I use encoding="ISO-8859-2" in "<?xml>" tag in the
xsl file, then all characters look correct whitin the xsl file.
But, there are some special Hungarian (iso-8859-2) charecters in the xml file,
and last in the genereted html file those are uncorrects. Cocoon replaces them with
&otilde and similar html codes.
My Cocoon:

ApacheJServ/1.1.1
Xerces 1.1.1 XML Parser
default formatter:

text/html/loose: HTML Formatter
[ MIME type: text/html ]
[ Encoding: UTF-8 ]
            ^^^^^^^^ 

Why? What's wrong?