Re: iBatis with MySQL and UTF-8 encoding

2009-03-20 Thread Graeme J Sweeney
On Thu, 19 Mar 2009, Paweł Gutowski wrote: mysql-connector-java-5.1.7 What could be wrong? Are you using 'useUnicode=yescharacterEncoding=UTF8' in the connection URL? -- Graeme -

Re: iBatis with MySQL and UTF-8 encoding

2009-03-20 Thread Artur Mkrtchyan
try to use entities e.g. -amp; useUnicode=yesamp;characterEncoding=UTF8 2009/3/20 Graeme J Sweeney ibatis.u...@gjsweeney.com On Thu, 19 Mar 2009, Paweł Gutowski wrote: mysql-connector-java-5.1.7 What could be wrong? Are you using 'useUnicode=yescharacterEncoding=UTF8' in the

Re: iBatis with MySQL and UTF-8 encoding

2009-03-20 Thread Paweł Gutowski
Yeah, thanks! Concating: ?useUnicode=yesamp;characterEncoding=UTF8 after the database URL helped :) W dniu 20 marca 2009 09:53 użytkownik Artur Mkrtchyan mkrtchyan.ar...@googlemail.com napisał: try to use entities e.g.  -amp; useUnicode=yesamp;characterEncoding=UTF8 2009/3/20 Graeme J