Java JDBC and UTF-8
Posted by: Gil Kirschner
Date: October 01, 2008 07:41AM

I am trying to select the £ character from a mysql database. the system is running on Mysql 5.1 and I am using the J/Connector 5.0.14. The tables are all UTF-8 Unicode.

When I get the string and display it to the screen it ends up turning it into two characters on the my screen.

I think the connection is having problems with the UTF-8 connection.

How can you clean it up? Are there any fixes in the later connectors?

Options: ReplyQuote


Subject
Written By
Posted
Java JDBC and UTF-8
October 01, 2008 07:41AM


Sorry, you can't reply to this topic. It has been closed.

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.