Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

UTF-8 character encoding issue

843842May 27 2010 — edited Jun 2 2010
Hi!

I have all my web application configured to use UTF-8 encoding in all elements: JSP (html included), servlet request and response, css, http listener 1 and 2 on glassfish server, mysql database, etc... but I still get character encoding errors:

good: López
bad: L¢pez

I supose the problem is in glassfish server and the way it retrieves information from the mysql database, but I don't know how to fix the problem.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 30 2010
Added on May 27 2010
2 comments
549 views