When my jsp retrieve the data from mysql , it cannot display the Chinese
Character.
Why ???
What's the problem ??

I already add these lines on my .jsp   :

<%@ page contentType="text/html;charset=Big5" language="java" import
="java.sql.*, java.text.*, java.util.Date.*" %>

<%=result.getString("job_title") %></a></td>
It cannot display the chinese characteres. All become special symbol.

Thanks for your help.

Dick

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to