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
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