Hi,
I'm using Jboss3.2.3.
My trouble appears with j2sdk1.4.2 on linux system. On linux with j2sdk1.4.1, i've no 
trouble. On windows system, i've no trouble.

Here is my jsp file :
<%
    String  param = request.getParameter("param");
    System.out.println(sParam);
%>


When i call this page with an accentuated character (like 
http://hostname/toto.jsp?param=azÃ;), the "System.out.println" print the ? character 
instead of à :
2004-08-25 15:03:29,388 INFO  [STDOUT] az?

I've put -Dfile.encoding=UTF-8 directive in JAVA_OPTS, but it doesn't solve my trouble.

Can somebody help me ?


tia
Bruno

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846124#3846124

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846124


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to