RE: How to get Tomcat to send proper charset?

2007-06-13 Thread Allen,Eva
Andrew Chapman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 4:26 AM To: users@tomcat.apache.org Subject: RE: How to get Tomcat to send proper charset? Eva, This will work. I think the problem in the response.setContentType() is as simple as a typo. An extra quote seems to hav

RE: How to get Tomcat to send proper charset?

2007-06-13 Thread Andrew Chapman
riginal Message- From: Allen,Eva [mailto:[EMAIL PROTECTED] Sent: 13 June 2007 04:36 To: Tomcat Users List Subject: How to get Tomcat to send proper charset? We just recently switched our platform from tomcat 4.124 to Tomcat 5.5.23 and now languages Japanese, Chinese (traditional) and Chi

Re: How to get Tomcat to send proper charset?

2007-06-12 Thread Eva Allen
Allen,Eva oclc.org> writes: * snip * > > But even though that response header is explicitly set in the code, > somehow, somewhere it's changed again, because I've determined that the > content type response header looks like this: > > Content-Type: text/html;charset=ISO-8859-1 > Bad form to

How to get Tomcat to send proper charset?

2007-06-12 Thread Allen,Eva
We just recently switched our platform from tomcat 4.124 to Tomcat 5.5.23 and now languages Japanese, Chinese (traditional) and Chinese (simplified) are not displaying properly. Here's a little background. We use servlets to build HTML code to be output (please no comments on how bad an idea thi