|
|||||||||||
|
Re: characterEncoding has no effect in connection url
From: Ronald Boettcher <rboettcher(at)hbv.de>
Date: Fri Aug 10 2007 - 05:45:09 EDT
I would try to write to a File instead of System.out. And then look in the file with an UTF8 capable editor. When it is okay, then the System.out implictly converts your utf8 to another code.
For instance:
When the content of the file is not okay, try to write a UTF8 string
into the database before you process a SELECT on the same data and write
it to file (or even System.out).
Ronald -- MySQL Java Mailing List For list archives: http://lists.mysql.com/java To unsubscribe: http://lists.mysql.com/java?unsub=lists@pantek.comReceived on Fri Aug 10 05:45:20 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:14:14 EDT |
||||||||||
|
|||||||||||