Re: problem With MySql , Java and charset
Jan,
What character set is MySQL configured to use? It needs to match whatever you're trying to use, and you also need to configure your JSP output to use the same encoding.
Can you tell whether the data is wrong in the database, or is it okay there as well and only mangled when you try and display it in a webpage (i.e. pointing to a misconfigured output encoding in your JSPs)?
-Mark
Subject
Written By
Posted
Re: problem With MySql , Java and charset
October 05, 2004 11:58AM
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.