I am having a simmilar problem with Tomcat Version 6.0.26. I have a JSP with
some french characters that run quite well on my local windows machine.When
I transfer the JSP source code to the Linux server the JSP gets converted to
java source code with the wrong character set. I have played with all kinds
of variations of
<%@ page language="java" errorPage="/ErrorPage.jsp"
pageEncoding="ISO-8859-1" contentType="text/html;charset=ISO-8859-1"%>
with no change. I am assuming that my jsp to servlet is set wrong ...
Michel
----- Original Message -----
From: "Mark Thomas" <markt@apache.org>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Tuesday, August 03, 2010 7:25 AM
Subject: Re: UTF-8 encoding in Tomcat 6.0
> On 03/08/2010 12:18, arun kumar wrote:
>> Am i sending some parameter wrongly?
>
> Probably.
>
> Go back and read what I wrote about the test JSP on the wiki and see if
> that works.
>
> Mark
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|