[EMAIL PROTECTED] wrote:
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.

The encoding is recognized as UTF-8, so this is not the problem. This works fine with the new Serializer.

The problem is that IE doesn't expand the ' entity
(all UTF-8 characters and other entites are handled perfectly) ...


<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"

That doesn't change anything.

FYI, Internet Exploder does *not* evaluate the charset info from processing instructions.

Yes, I know.

Anyway, thanks a lot!

-- Andreas


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



Reply via email to