I found that if you don't specify the language attribute then encoding seems to be ignored.
example: <%@ page contentType="text/html; charset=Shift_JIS" pageEncoding="Shift_JIS" %> Does NOT work (UFT8 is assumed) but... <%@ page language="java" contentType="text/html; charset=Shift_JIS" pageEncoding="Shift_JIS" %> DOES work. > -----Original Message----- > From: Osamu Hashimoto [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 12, 2002 12:26 AM > To: Tomcat Developers List > Cc: [EMAIL PROTECTED] > Subject: pageEncoding for Shift_JIS doesn't work by using Apache > Tomcat/4.1.8-LE-jdk14 > > > > Hi ! > > JSP's directive element "pageEncoding" doesn't work by using > Apache Tomcat/4.1.8-LE-jdk14. > > pageEncoding did work on current version of Tomcat 4.1.2 alpha. > but the version is not available now. > > It sounds like Tomcat's degrading incident. > > I want to have description and opinion by commiter, and other > developer using no UTF-8 charactor. > > > > Osamu Hashimoto > > [EMAIL PROTECTED] > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
