UTF-8 character encoding issue
843842May 27 2010 — edited Jun 2 2010Hi!
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.