> From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]]
>
> OK. I found the problem:
>
> Tomcat by default uses ISO-8859-1 encoding when you submitting
> a form. So to correct the problem you have to translate it :
>
> String newstr = new String( name="par"/>.getBytes("ISO-8859-1"));
>
> Well, t
OK. I found the problem:
Tomcat by default uses ISO-8859-1 encoding when you submitting
a form. So to correct the problem you have to translate it :
String newstr = new String(.getBytes("ISO-8859-1"));
Well, the question is :
Is there any way to do this automaticly from the sitemap/cocoon.xc