Try adding a page directive at the top of your JSP to set the content type & charset 
encoding, e.g.

<%@ page contentType="text/html;charset=UTF-8" language="java" %>


Regards,
Al.


> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Jiri Chaloupka
> Sent: 02 September 2003 13:10
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] jboss changes jsp page encoding
> 
> 
> Hallo,
> it is look that jboss changes encoding of jsp pages. It is saved in 
> UTF-8 but from jboss into web brovser comes in iso-latin-1.
> 
> It is possible? Where I can change it?
> 
> Thanks,
> Jiri
> 
> 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to