Netscape 4.x has some trouble with UTF-* encoding - better you use ISO-8859-1. Encoding of the serializer can be configured in the sitemap's component definition.
<map:serializer name="html" mime-type="text/html" src="org.apache.cocoon.serialization.HTMLSerializer"> <encoding>ISO-8859-1</encoding> </map:serializer> - peter PS: I don't know why this isn't the standard configuration for the HTMLSerializer. I think its the default encoding of HTML versions < 4 and the most used on the net. This is also s.th. for the FAQ. -----Ursprüngliche Nachricht----- Von: Henrik Hofmann <[EMAIL PROTECTED]> >Well, I think I found the problem, its about the encoding and other META >Tags in the Header. After saving the source to text and deleting the >Meta Tags I opend the page again and it looked normal. Saved the now >normal source again and put the Metatag in it it was messed up again. >The Tag was the one from the serializer for UTF-8 encoding. When I >switched it manually to UTF-16 it worked. > >There were also some other Meta Tags for caching information. Some >combinations of encoding tag together with caching worked some didn't >and I couldn't see any system in it. > >When I look at the Cocoon start page its also UTF-8 and everything is >fine. > >Can I change or configure the html serializer so it serializes with >UTF-16 in the Header instead of UFT-8? > >bye > > >--------------------------------------------------------------------- >Please check that your question has not already been answered in the >FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > >To unsubscribe, e-mail: <[EMAIL PROTECTED]> >For additional commands, e-mail: <[EMAIL PROTECTED]> > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>