pageEncodingļ¼The encoding used for the JSP page file, as well as
the response charset if no charset is specified by contentType.
If this attribute is omitted, but a charset is specified for contentType,
that charset is also used of the page; if contentType doesn't specify a charset, ISO-8859-1 is used for a regular JSP page, and UTF-8 is used for a JSP Document.
you can use response.setCharaterEncoding() to set the charset for jsp
hope it helps
RAQ Report---Enjoy Products and Services of RAQSOFT