Deepak Bala wrote:Is the response a web page ? Do you see the problem only with weblogic + solaris ? How are you confirming that the request header has the UTF-8 encoding type ?
The response is a web page.
I have tested this with
Jboss + Windows combination and it works fine.
I have set encoding of request and response objects in
jsp. Following things i have done in jsp:
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
request.setCharacterEncoding("UTF-8");
response.setContentType("text/html; charset=utf-8");