yilmaz wrote: > > My situation is: > > i am working with tomcat 4 b7 on win 2000 and jdk 1.3 > my jsp pages should support both japanese and chinese characters as > well as latin chars.Thus, i want to set my Jsp pages' charset to UTF-8 as > follows: > > <%@ page language="java" %> > <%@ page import="java.util.Date,java.sql.*,java.lang.Math" > contentType="text/html; charset=UTF-8" %> > > However, when i do so i am having the below exception: > > org.apache.jasper.compiler.ParseException: Cannot read file: ze file > at o
If you have non-Latin-1 characters in your JSP file, the page directive's pageEncoding attribute might help. Gennis ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
