Hello David. Thank you for your consideration.
But on Tomcat 4.1.2 alpha -- the version can't be downloaded at this moment -- pageEncoding did work without other page directive elements. I think it is degrating issue of Tomcat's developing and I want say to commiter to fix the problem. pageEncoding is assessment of JSP specification 1.2 and Tomcat shuold be take a leaf of specification. Is this "Tomcat Develepers List" is not suit for this kind of opinion??? ----- Original Message ----- From: "David Shanahan" <[EMAIL PROTECTED]> > > 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]] > > > > > > > > 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]>