RE: how to set character encoding in Tomcat 6.0

2008-07-03 Thread Caldarale, Charles R
> From: Zhou, Yan [mailto:[EMAIL PROTECTED] > Subject: how to set character encoding in Tomcat 6.0 > > response.setCharacterEncoding("UTF-7"); Java does not normally include UTF-7 support (probably a good thing). There is a SourceForge package you might try if you really,

how to set character encoding in Tomcat 6.0

2008-07-03 Thread Zhou, Yan
Hi There, With the default Tomcat 6.0, the following results in "UnsupportedEncodingException", how do I configure Tomcat for different encoding? I am setting the response in my Servlet: response.setCharacterEncoding("UTF-7"); Thanks, Yan Zhou Confidentiality Notice