Encoding attribute is used for request and response only or for any other purpose?
To handle Http request and response in utf8 I have added following code in my web.xml in JSP application <?xml version="1.0" encoding="utf8" Is this correct procedure
Encoding attribute is used for request and response only or for any other purpose?
To handle Http request and response in utf8 I have added following code in my web.xml in JSP application <?xml version="1.0" encoding="utf8" Is this correct procedure