Petteri Sulonen wrote:
(1) Check your web.xml. You should have the init-param "form-encoding"
set to "UTF-8". (It's set by default to ISO-8859-1 on at least some
versions of Cocoon.)
/var/lib/tomcat5/webapps/cocoon/WEB-INF/web.xml says:
container-encoding
ISO-8859-1
(1) Check your web.xml. You should have the init-param "form-encoding"
set to "UTF-8". (It's set by default to ISO-8859-1 on at least some
versions of Cocoon.)
(2) Check your sitemaps, starting from the Cocoon root sitemap. You can
set the encoding of your serializers there, for example
m
I have an RSS feed from our home page which is being generated by
pulling in the HTML and Tidying it:
http://www.ucc.ie/en/"; type="html"/>
This works, except that the output starts with the XML Declaration
claiming
But the home page is UTF-8, the ucc.xsl file is UTF-8, the xsl:ou