Re: [T5.0.10] Form submission character encoding issues when using ISO-8859-1

2008-04-28 Thread Michael Gerzabek
Hi Thiago, I use 'accept-charset="ISO-8859-1"' as well as 'enctype="application/x-www-form-urlencoded"' on each t:form and t:beaneditform. This does the job for me. Michael Thiago HP schrieb: Hi! I'm working on a project that uses an already existent MySQL database. It's using ISO-8859-1

[T5.0.10] Form submission character encoding issues when using ISO-8859-1

2008-04-28 Thread Thiago HP
Hi! I'm working on a project that uses an already existent MySQL database. It's using ISO-8859-1 as its character encoding and, then, I want the full application to run in ISO-8859-1. Changing the templates and response encoding to ISO-8859-1 was easy (as everything related to T5 :). Everything wo