Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Irish (Gaeilge) Character preservation from MySQL

nantucketSep 29 2011 — edited Oct 12 2011
(Sorry if this is the wrong forum..)

I'm building a web application which uses the Irish language. This is my first time working on a java program that uses another language other than English so I need to teach my self about character encoding and charset issues.

Specifically I need to retrieve information from the database. I've got data in a MySQL database that is in Irish, but when I retrieve a column using
rs.getString("column_name")
("rs" being an instance of the java.sql.ResultSet) and print that to a log or the console I can see that it's garbled. The Irish fada is being lost and something else is appearing.

If anyone can point me into a direction where I can do some relevant reading or provide pointers I'd be grateful. Even posting simple phrases or helpful terms for a Bing/Google search would be helpful.
This post has been answered by Kayaman on Oct 11 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 9 2011
Added on Sep 29 2011
46 comments
2,192 views