Re: lame,encoding problem

2003-11-24 Thread bwasko
it causes these problems. Cheers Bartek - Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 24, 2003 4:41 AM Subject: Re: lame,encoding problem Bartek, But then when I do something with these parameters

RE: lame,encoding problem

2003-11-24 Thread Galbayar
jdbc:mysql://127.0.0.1:3306/test/?useUnicode=true -Original Message- From: bwasko [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 4:50 PM To: Tomcat Users List Subject: Re: lame,encoding problem Hi I 've tried to execute insert statement that contains my national characters

RE: lame,encoding problem

2003-11-24 Thread Galbayar
jdbc:mysql://127.0.0.1:3306/test?useUnicode=true -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 5:48 PM To: Tomcat Users List Subject: RE: lame,encoding problem jdbc:mysql://127.0.0.1:3306/test/?useUnicode=true -Original Message

Re: lame,encoding problem

2003-11-24 Thread bwasko
I ve also tried connection strings manipulations ?use Unicode and ?characterEncoding . Doesn't work :( Bartek Wasko - Original Message - From: Galbayar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 24, 2003 10:47 AM Subject: RE: lame,encoding problem

Re: lame,encoding problem

2003-11-23 Thread Christopher Schultz
Bartek, But then when I do something with these parameters and my mysql database I get then them wrong encoded and all data read from mysql are wrong encoded . Hmmm... if you use your Java code to insert some text into the DB, does it look okay when you read it back out using the mysql

Re: lame,encoding problem

2003-11-23 Thread David OBrien
The sun JDK 1.4.2 release mucks encoding up... I went back to 1.4.1 and all was fine. -Dave At 07:45 PM 11/23/2003, bwasko wrote: Hi I have a strange problem. On my jsp pages use utf-8 encoding. Because of problems in my struts application I use the tomcat-example-encoding-filter and set it in

Re: lame,encoding problem

2003-11-23 Thread Christopher Schultz
David, The sun JDK 1.4.2 release mucks encoding up... I went back to 1.4.1 and all was fine. How does JDK 1.4.2 muck up the encoding? I'm using 1.4.2, my file.encoding appears to be UTF-8, and I have no problem with any of the text that I store in my MySQL database. -chris