Archive for October 8th, 2006
get cocoon to output utf-8
If you need to get cocoon to output utf-8, open the sitemap.xmap file for your cocoon installation, and change the xml serializer (or whichever serializer you need to use) like this:
<map:serializer logger=“sitemap.serializer.xml” mime-type=“text/xml” name=“xml” src=“org.apache.cocoon.serialization.XMLSerializer”>
<encoding>UTF-8</encoding>
</map:serializer>
Posted: October 8th, 2006 under cocoon.
Comments: none
