Alexander Nikiforov wrote:
>
> Hi, all!
>
> With Tomcat 3.0, how can I specify in which encoding my source JSP files
> are?
> When translating those files into servlets Tomcat seems to incorrectly
> treat all characters to be in Latin-1 encoding.
It *should* use the encoding you specify with <%@ page contentType="..." %>
for both reading the JSP file and producing the response. If it does it
is a different question ;-) I suggest that you first of all upgrade to
Tomcat 3.1; it has a lot of bug fixes, among others in this area. If it
still doesn't work, please join the Tomcat mailing lists and discuss the
problem there. If you're convinced it's a bug in Tomcat, please also
file a bug report on the <http://jakarta.apache.org/> site.
Hans
--
Hans Bergsten [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets