That'is !

I already had a

<%response.setContentType("text/html;charset=utf-8");%>
and
<meta http-equiv=Content-Type content="text/html; charset=UTF-8">

in every page, but I forgot to uncomment  <character-encoding> in the 
new resin3.2 xml configuration file when I changed resin version...I did 
not think it was that because it worked with GET !. Sorry.

Thanks a lot.

Scott Ferguson wrote:
> On Sep 4, 2008, at 1:58 AM, Riccardo Cohen wrote:
> 
>> I just tried on linux ubuntu and have the same behaviour.
>> Thanks for any help
> 
> Do you have the <character-encoding> or request.setCharacterEncoding  
> set?
> 
> The servlet spec defaults are iso-8859-1, which Resin can override by  
> either of those methods.
> 
> -- Scott
> 
>>
>> Riccardo Cohen wrote:
>>> Hello
>>> I run resin 3.2 on macosx 10.5 and found the way to build a 100%  
>>> utf-8
>>> application. But I recently found a new problem.
>>>
>>> When my form is with method="GET", I have all non-ascii characters
>>> correctly encoded in utf8.
>>> But if I change to method="POST", then all non-ascii chars are badly
>>> encoded.
>>>
>>> The application can be downloaded here to test this :
>>> http://www.architectedulogiciel.fr/download/testutf8.zip
>>> (the resin.xml is in .administration folder, and the database  
>>> script is
>>> in database.sql file)
>>>
>>> Thanks for any help.
>>>
>>>
>> -- 
>> Riccardo Cohen
>> Architecte du Logiciel
>> http://www.architectedulogiciel.fr
>> +33 (0)6.09.83.64.49
>>
>>
>>
>> _______________________________________________
>> resin-interest mailing list
>> resin-interest@caucho.com
>> http://maillist.caucho.com/mailman/listinfo/resin-interest
> 
> 
> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
> 
> 

-- 
Riccardo Cohen
Architecte du Logiciel
http://www.architectedulogiciel.fr
+33 (0)6.09.83.64.49



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to