Hi tagunov, well i tried utf8 ,too, but hte result is same. By the way the main reason i want utf8 encoding is that my jsp files will retreive some data in chinese, japanese or latin charsets and users will be able to enter any of these charsets into the form fields and then those user data will be inserted into the database.At hte moment i use big5 charsets and it is working properly, but i should also enable japanese charset input and output via JSP. According to jason hunter's book, using utf8 charset would solve this multiple charset problem. But it seems that it is not that easy, and there are some problems with JSP. However, i am sure there is a solution for this problem. I must say i am a little bit disappointed when no one replied my question. Didn't anyone else experience multiple charset problem in JSP's ? thanks for taking time to help me. have a good day :) ----- Original Message ----- From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 2:17 AM Subject: Re: Cannot read file: ze file
> Hello Yilmaz! :-) > > Tuesday, November 27, 2001, 6:34:42 AM, you wrote: > y> hi everybody, > y> i am working with tomcat 4 b7 on win 2000 and jdk 1.3 > y> my jsp pages should support both japanese and chinese characters as > y> well as latin chars.Thus, i want to set my Jsp pages' charset to UTF-8. > > Try it UTF8, not UTF-8, maybe that will help.. > BTW, you need the JSP file to be in UTF8 encoding itself, > so you have to edit with something like Uniedit.. > > If you still have trouble send your files here, we'll think! > > y> However, when i do so i am having the below exception: > > y> org.apache.jasper.compiler.ParseException: Cannot read file: ze file > y> at org.apache.jasper.compiler.JspReader.pushFile2(JspReader.java:275) > y> at org.apache.jasper.compiler.JspReader.(JspReader.java:316) > y> at org.apache.jasper.compiler.Parser.(Parser.java:137) > y> at > y> org.apache.jasper.compiler.ParserController.parse(ParserController.java:213) > y> .... > y> and it goes on.. > y> can any one tell me what does this mean and how can be solved? > y> Thanks in advance. > Best regards, > tae mailto:[EMAIL PROTECTED] > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
