hi everybody,

  i am reposting this since i couldn't get an answer yet,

 however i am sure there is a solution for this problem, i can't think of
that

 java servlets and JSP can't support utf-8 charset.

by the way i already tried

jsp interest mailing list ,but didn't help.Since i find servlet interest
community more helpful

i bring the problem to this platform

 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 org.apache.jasper.compiler.JspReader.pushFile2(JspReader.java:275)
  at org.apache.jasper.compiler.JspReader.(JspReader.java:316)
  at org.apache.jasper.compiler.Parser.(Parser.java:137)
  at

org.apache.jasper.compiler.ParserController.parse(ParserController.java:213)
  ....
  and it goes on..
  can any one tell me what does this mean and how can be solved?
  Thanks in advance.

___________________________________________________________________________
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

Reply via email to