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]>