[Resin-interest] How to set default/global response encoding?

2007-06-27 Thread Hans Loeblich
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. Thank you, Hans Loeblich ___

Re: [Resin-interest] How to set default/global response encoding?

2007-06-27 Thread Scott Ferguson
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

Re: [Resin-interest] How to set default/global response encoding?

2007-06-27 Thread Hans Loeblich
I already have it declared in header include files, but it doesn't do anything. I did some searching and found this nugget (from http://www.oreillynet.com/pub/a/oreilly/java/news/jsptips_1100.html tip #2): The default buffer size is 8KB, more than enough for a typical page, and you can