Hi folks,

I added the following to test what encoding my Struts app is using

<%  
       response.setContentType("text/html; charset=UTF-8");
       System.out.println(response.getCharacterEncoding());
%>

But it still print out the "ISO-8859-1", why?  How can I set the contentType to 
"text/html; charset=UTF-8"

Thanks!

Billy Ng

----------------------------------------------------
This mailbox protected from junk email by Matador
from MailFrontier, Inc. http://info.mailfrontier.com

Reply via email to