Gulshan, Please take a look at /tomcat/webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter. java This filter should solve your problem. Documentation should be self-explanatory. If you get stuck anywhere do not hesitate to ask.
with best wishes, Taavi > Hi Randy, > Thanks for the quick response. I tried using > > response.setContentType() > > method but it works the same way as <%@ page %> tag and tried to convert the > page content to UTF. since the content is already in UTF it gets messed up. > Is there a way we can set the default encoding header sent by the server to > the browser to utf-8? > > Thanks > Gulshan -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
