<map:serializer logger="sitemap.serializer.utf8-text" mime-type="text/plain" name="utf8-text"
src="org.apache.cocoon.serialization.TextSerializer">
<encoding>UTF-8</encoding>
</map:serializer>



Yes, I'm using this configuration, but unfortunately it doesn't change anything.

Really ought to work. XMLSerializer and TextSerializer both extend the AbstractTextSerializer and that one contains:


        if (encoding != null) {
            format.put(OutputKeys.ENCODING, encoding);
            buffer.append(";encoding=").append(encoding);
        }

I suspect that the trouble is caused by something else...

The browser perhaps? :-P

Cheers

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



Reply via email to