try to add -Dfile.encoding=iso-8859-1 to your CATALINA_OPTS env

i'm not sure about this one but it has solved some problem with french accents on my server.
just try and you'll see....


Luc

At 14:43 05/12/2002 -0500, you wrote:
Servlet Specification 2.3
    'The default encoding of a response is "ISO-8859-1"
    if none has been specified by the servlet programmer.'

I know that .

But smbdy can explain this ?

<c:if test="${empty param.test}">
 <jsp:forward page="/test.jsp">
      <jsp:param name="test" value="�����"/>
 </jsp:forward>
</c:if>
1: <c:out value="�����"/><br>
2: <c:out value="${param.test}"/><br>

result :

1: �����
2: éèê� ç

thks by advance
__
M

----- Original Message -----
From: "maxime" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, December 05, 2002 10:44 AM
Subject: newbee , accents


Hi

Every time a sentence pass throw a bean
or a <jsp:param> every accent char (�����)
is replace by a ? or strange char

Please help me to fix that !

Thks



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to