RE: i18n repost

2002-04-17 Thread Vadim Gritsenko
> 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

Re: i18n repost

2002-04-17 Thread Alexander Smirnoff
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