AW: Problem with characters

2005-09-07 Thread Martin Kindler
David, could you please be a bit more specific? Just now I have a very similar problem as LuKe. I am using MySQl 4.1.10 and all tables are UTF-8. Struts is configured to use UTF 8 (i. e. the controller element in struts-config.xml says contentType=text/html;charset=UTF-8). This seems to work.

Re: AW: Problem with characters

2005-09-07 Thread Ivan Rodriguez
with characters Make sure the jsp doing the posting has %@ page language=java contentType=text/html; charset=UTF-8 % Dave. -Original Message- From: Martin Kindler [mailto:[EMAIL PROTECTED] Sent: 07 September 2005 10:47 To: 'Struts Users Mailing List' Subject: AW: Problem with characters

Re: AW: Problem with characters

2005-09-07 Thread lk
Martin Kindler wrote: ... at last I installed a little filter on my container (Tomcat 5.0.x) which explicitly sets the encoding for each request and response to UTF-8. This proved to be the real solution. Hi Martin, Could you post the way you used? Thanks LuKe -- Email.it, the professional

AW: AW: Problem with characters

2005-09-07 Thread Martin Kindler
:34 An: Struts Users Mailing List Betreff: Re: AW: Problem with characters Martin Kindler wrote: ... at last I installed a little filter on my container (Tomcat 5.0.x) which explicitly sets the encoding for each request and response to UTF-8. This proved to be the real solution. Hi

Re: AW: Problem with characters

2005-09-07 Thread Morris Jones
Martin and Luke, are you using different databases on the two environments? You might want to be sure you have MySQL configured to use unicode, and add the useUnicode and characterEncoding options to your database connect URL. You may also find that you need to set the character encoding

AW: AW: Problem with characters

2005-09-07 Thread Martin Kindler
- Von: Morris Jones [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. September 2005 19:28 An: Struts Users Mailing List Betreff: Re: AW: Problem with characters Martin and Luke, are you using different databases on the two environments? You might want to be sure you have MySQL

Re: AW: AW: Problem with characters

2005-09-07 Thread Stephen Souness
-0524-i18n.html, i'ld ask you to look there. Martin -Ursprüngliche Nachricht- Von: lk [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. September 2005 17:34 An: Struts Users Mailing List Betreff: Re: AW: Problem with characters Martin Kindler wrote: ... at last I installed a little