Re: Can't get Unicode to work (???'s)... feel like I've tried everything.
Posted by: Dan Tasse
Date: August 08, 2007 10:20AM

Hah, found it! The problem was with JDBC. I had to add:
?useUnicode=true&characterEncoding=UTF-8
to the end of my connection string. So it looks like:
"jdbc:mysql://server_url/db_name?useUnicode=true&characterEncoding=UTF-8"

Hope this helps, if any of you are having the same problem!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Can't get Unicode to work (???'s)... feel like I've tried everything.
2172
August 08, 2007 10:20AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.