Andreas Hartmann wrote:
I'm using only the XHTML serializer:

Andreas, you didn't check the http response headers' charset value, did you? I'm sure you have a charset mismatch.
To ensure that the page is sent with the correct "charset=utf-8" header, you'd better fix the serializer's configuration.



<map:serializer name="xhtml" logger="sitemap.serializer.xhtml" mime-type="text/html" pool-grow="2" pool-max="64" pool-min="2"

mime-type="text/html; charset=utf-8" pool-grow="2" pool-max="64"

    src="org.apache.cocoon.components.serializers.XHTMLSerializer">
  <encoding>UTF-8</encoding>
</map:serializer>

FYI, Internet Exploder does *not* evaluate the charset info from processing instructions.
--
Volkmar W. Pogatzki



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



Reply via email to