Hi, We want to convert the default page encoding for JSP pages to UTF-8.
Is there a way to change the default page encoding for JSP pages in the resin.conf or web.xml files for a Web application? We have successfully done this for a specific page if we include the following directive in the JSP page: <%@ page contentType="text/html; charset=UTF-8" %> I was wondering if there is a way that can do this in the resin configuration so we don't have to do it for each JSP page. Thanks, Keith -- ----------------------------------------------------------------- Keith Fetterman 206-780-5670 Mariner Supply, Inc. [EMAIL PROTECTED] http://www.go2marine.com _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
