Broken UTF-8 handling in tapestry 5.4 becomes show-stopper - please help

2014-04-08 Thread Michael Wyraz
Hi, could please anyone with commit access fix this little issue https://issues.apache.org/jira/browse/TAP5-2219 or at least add the testcase to the testsuite? This becomes a show-stopper for us for migration to tapestry 5.4 since all pages with utf-8 chars fails on windows. Kind regards,

Re: Broken UTF-8 handling in tapestry 5.4 becomes show-stopper - please help

2014-04-08 Thread Lance Java
You could set -Dfile.encoding=UTF-8 when starting up the servlet container. On 8 Apr 2014 14:24, Michael Wyraz michael.wy...@evermind.de wrote: Hi, could please anyone with commit access fix this little issue https://issues.apache.org/jira/browse/TAP5-2219 or at least add the testcase to

Re: Broken UTF-8 handling in tapestry 5.4 becomes show-stopper - please help

2014-04-08 Thread Lance Java
It still would be great if this could be fixed :-) Agreed, but I'm not convinced that hard coding UTF8 is the answer :)

Re: Broken UTF-8 handling in tapestry 5.4 becomes show-stopper - please help

2014-04-08 Thread Michael Wyraz
Thank you, that helped a lot! It still would be great if this could be fixed :-) Regards, Michael. You could set -Dfile.encoding=UTF-8 when starting up the servlet container. On 8 Apr 2014 14:24, Michael Wyraz michael.wy...@evermind.de wrote: Hi, could please anyone with commit access