ncluded from another servlet, then it won't be
allowed to set the content-type (or charset) of the response. Just a wild
guess here :).
The HTTP/1.1 RFC states that the character encoding of the headers is
iso-8859-1. That is why Tomcat doesn't provide an option to change it.
"
Hi - I'm trying to show utf-8 data in the browser from my jsp page.
When the page renders, its character encoding is iso-8859-1, according
to the browser. The http
response headers have the same encoding (iso-8859-1).
Here's what's been done thus far:
1) meta tag set as follows:
2) jsp page e