Yeah, thanks!
Concating: "?useUnicode=yes&characterEncoding=UTF8" after the
database URL helped :)
W dniu 20 marca 2009 09:53 użytkownik Artur Mkrtchyan
napisał:
> try to use entities e.g. &->&
>
> useUnicode=yes&characterEncoding=UTF8
>
>
> 2009/3/20 Graeme J Sweeney
>>
>> On Thu, 19 Mar
try to use entities e.g. &->&
useUnicode=yes&characterEncoding=UTF8
2009/3/20 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=yes&characterEncoding=UTF8' in the connection
> URL?
>
> --
>
On Thu, 19 Mar 2009, Paweł Gutowski wrote:
mysql-connector-java-5.1.7
What could be wrong?
Are you using 'useUnicode=yes&characterEncoding=UTF8' in the connection
URL?
--
Graeme -
Hi,
I have a problem with writing special characters to database (such as
polish letters).
Every special character is magically replaced by question-mark char:
"?" (HEX: 3F)
Reading works correctly: If I'm writing special characters throgh
MySQL Query Browser than my application is reading them cor