Hi,

I use tomcat 4.1.12 with taglibs and i try to "Internationalize" my
application.
But i have some problems with special chars like accent char.

in a test jsp page, i write :

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

here is the result :

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

how to fix that in tomcat ?
tell it to use an option like 'javac -encoding x' when it compiles jsp ?

thks
__
M




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

Reply via email to