Re: Tapestry 5 - Jetty - ISO-8859-1 instead of UTF-8; deploying

2007-03-20 Thread Kovács István
Hi Igor, On 20/03/07, Igor E. Poteryaev [EMAIL PROTECTED] wrote: PrintWriter pw = response.getPrintWriter(text/html; charset=UTF-8); instead of PrintWriter pw = response.getPrintWriter(text/html); thanks for the suggestion. I had the same thing in mind but have not had time to find the code.

Tapestry 5 - Jetty - ISO-8859-1 instead of UTF-8; deploying

2007-03-19 Thread Kovács István
Hi, I've built an application using the quickstart Maven prototype. It all works fine, but serves the output in ISO-8859-1 (Latin-1), not UTF-8. Kent Tongs book on Tapestry 4 says Tapestry always use UTF-8 to encode the output, regardless the encoding of the template. This seems to have changed

RE: Tapestry 5 - Jetty - ISO-8859-1 instead of UTF-8; deploying

2007-03-19 Thread Istvan Szucs
Message- From: [EMAIL PROTECTED] Sent: Mon, 19 Mar 2007 10:34:27 + To: users@tapestry.apache.org Subject: Tapestry 5 - Jetty - ISO-8859-1 instead of UTF-8; deploying Hi, I've built an application using the quickstart Maven prototype. It all works fine, but serves the output in ISO

Re: Tapestry 5 - Jetty - ISO-8859-1 instead of UTF-8; deploying

2007-03-19 Thread Davor Hrg
Subject: Tapestry 5 - Jetty - ISO-8859-1 instead of UTF-8; deploying Hi, I've built an application using the quickstart Maven prototype. It all works fine, but serves the output in ISO-8859-1 (Latin-1), not UTF-8. Kent Tongs book on Tapestry 4 says Tapestry always use UTF-8 to encode

Re: Tapestry 5 - Jetty - ISO-8859-1 instead of UTF-8; deploying

2007-03-19 Thread Kovács István
Howard, Thanks for the reply (and for Tapestry, of course :-). I've figured mvn package out, so I have the WAR. On encoding: On 19/03/07, Howard Lewis Ship [EMAIL PROTECTED] wrote: [...] Tapestry's localization support has only been partially roughed in; T4 has additional features, such as