Subject: Globalize JSP web application by charset encoding
Author: WebSpider
Posted on: 11/04/2009 01:54:05 AM
In developing a global web application, you are likely to have to consider character encoding. The first thing you have to keep in mind is that there are two character encoding's that need to be addressed for JSP:
Request/response character encoding: The character encoding of the parameters sent, for example, from a form and character encoding of the web pages generated by JSP. JSP page encoding: The character encoding of the JSP itself.
Replies:
References: