How to display Arabic word in java server page?
问题 I am creating a simple web application using Eclipse Kit in java . I need to display the Arabic word into a java server page. In my web application, I am able to store the Arabic language into my database (MYSQL) and then retrieve from that database using a jdbc template (spring framework), but i could not display the Arabic word into my webpage, which means java server page. My Environment: Java 1.7 Tomcat 7.0 server Eclipse Juno version Mysql Can anyone help me resolving this problem? 回答1: