quest.setCharacterEncoding(encoding);
// move on to the next
chain.doFilter(request, response);
}
}
-Original Message-
From: Joseph S [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 07, 2006 6:37 PM
To: Tomcat Users List
Subject: How do I set the default response encoding
My proble
My problem: I want to set the default output encoding to UTF-I if the
browser supports it, for all my jsps and servlets. I could put <%@ page
contentType="text/html;charset=utf-8" %> in all my jsps, but I don't
want to have to put that in all jsps, and I only want to set utf8 if the
request h