Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem Display Chinese in JSP?

Status
Not open for further replies.

barbean

Programmer
May 12, 2003
3
HK
Hi all,

I retrieve chinese data from oracle db (GB) thru jdbc and passing thru tomcat to jsp. I keep on writing &quot;system.out.print&quot; code to verify the passed data and display to the tomcat console, it was valid chinese until JSP, &quot;????&quot; display (use <%=data%>) JSP context tried &quot;charset=utf-8&quot; or &quot;charset=GB2312&quot; still failed. Is this a tomcat configuration problem or anything I should check?

thx
bean
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top