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