Problem with characters

2005-09-07 Thread lk
Hi, I have a problem with some characters. My application reads some forms and writes them in a db. On my test and developing environment everything works well. The problem comes out when I deploy the application on the production server. When I fill in the form non English characters

Antwort: Problem with characters [ Virenprüfung durchgeführt]

2005-09-07 Thread oliver . graf
lk [EMAIL PROTECTED] am 07.09.2005 10:23:04 Bitte antworten an Struts Users Mailing List user@struts.apache.org An: user@struts.apache.org Kopie: Thema: Problem with characters [Virenprüfung durchgeführt] Hi, I have a problem with some characters. My application reads some forms

RE: Problem with characters

2005-09-07 Thread Harland, David
Change you encoding to UTF-8. What database are you using? Dave. -Original Message- From: lk [mailto:[EMAIL PROTECTED] Sent: 07 September 2005 09:23 To: user@struts.apache.org Subject: Problem with characters Hi, I have a problem with some characters. My application reads some

Re: Problem with characters

2005-09-07 Thread Ivan Rodriguez
Check your production default table charset. It must be latin1 or similar. lk escribió: Hi, I have a problem with some characters. My application reads some forms and writes them in a db. On my test and developing environment everything works well. The problem comes out when I deploy

Re: Problem with characters

2005-09-07 Thread lk
Harland, David wrote: Change you encoding to UTF-8. What database are you using? Dave. mysql 4.0.16 LuKe -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Logos Finanziaria SPA. Società di credito ad erogazione diretta. Fino a 30.000 euro in 24 ore!

Re: Antwort: Problem with characters [ Virenprüfung durchgeführt]

2005-09-07 Thread lk
[EMAIL PROTECTED] wrote: lk [EMAIL PROTECTED] am 07.09.2005 10:23:04 Bitte antworten an Struts Users Mailing List user@struts.apache.org An: user@struts.apache.org Kopie: Thema: Problem with characters [Virenprüfung durchgeführt] Hi, I have a problem with some characters. My

Re: Problem with characters

2005-09-07 Thread lk
Ivan Rodriguez wrote: Check your production default table charset. It must be latin1 or similar. It should be the same I'm using (at least it works well with no-struts contexts). LuKe -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Scarica Sweety sul

AW: Problem with characters

2005-09-07 Thread Martin Kindler
[mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. September 2005 10:35 An: Struts Users Mailing List Betreff: RE: Problem with characters Change you encoding to UTF-8. What database are you using? Dave. -Original Message- From: lk [mailto:[EMAIL PROTECTED] Sent: 07

RE: Problem with characters

2005-09-07 Thread Harland, David
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 David

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
- Von: Harland, David [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. September 2005 10:35 An: Struts Users Mailing List Betreff: RE: Problem with characters Change you encoding to UTF-8. What database are you using? Dave. -Original Message- From: lk [mailto:[EMAIL PROTECTED] Sent

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