Re: problem With MySql , Java and charset
Posted by: Mark Matthews
Date: October 05, 2004 11:58AM

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

Options: ReplyQuote


Subject
Written By
Posted
Re: problem With MySql , Java and charset
October 05, 2004 11:58AM
October 06, 2004 08:34AM
October 19, 2004 12:06AM


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.