Thank you all for your help! It works. Regards, Charlene
-----Original Message----- From: leo leonid [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 11:16 AM To: [EMAIL PROTECTED] Subject: Re: Form encoding problem in cocoon 2.0.4 On Montag, Juli 7, 2003, at 04:59 Uhr, Yan, Charlene wrote: > How or where > can I change it to ISO-8859-1 from UTF-8? I've changed the encoding of > form.xml, simple-page3html.xsl and sitemap.xmap to ISO-8859-1. It > didn't > help. What is the source code that sets the meta tag? More > specifically, > you have to configure your serializer in the sitemap. <map:serializers default="html"> <map:serializer logger="sitemap.serializer.html" mime-type="text/html" name="html" pool-grow="4" pool max="32" pool-min="4" src="org.apache.cocoon.serialization.HTMLSerializer"> <buffer-size>1024</buffer-size> <encoding> ISO-8859-1 </encoding> <!-- **this line does it!! -> </map:serializer> </map:serializers> /leo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
