encoding « MySQL « JPA Q&A





1. Debugging a MySQL charset error    stackoverflow.com

I have a project where I scrape some data from a HTML file, put it into a MySQL database and then read it out again and display it to the user. ...

2. Hibernate + MySQL Encoding    coderanch.com

Hey Folks, I'm having trouble with charset encoding in a application that uses Hibernate and MySQL... When I update (through the site) a registry with a local char (like an accent for example) the record in the database gets wrong, with mixed chars... I've executed manualy the update query in the MySQL Query Browser and the charset looks just great... So, ...