On Jun 27, 2007, at 7:59 AM, Hans Loeblich wrote:

> I need to know if there is any way to make UTF-8 my default charset
> encoding.  Do I really have to set the page contentType at the top of
> every jsp?  It currently defaults to ISO-8559-1 if I do not explicitly
> set it.

With 3.1.1, you can use <character-encoding>UTF-8</character- 
encoding> to set the default charset encoding.

Technically, this goes beyond the spec.  JSP defaults to ISO-8859-1  
according to the spec, so you do need a contentType for standard JSP.

-- Scott

>
> Thank you,
> Hans Loeblich
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to