Hi!
I want to make my UTF8 form working. But when I want to complete the form
fields with some existing data I obtain some interesting characters (for
every special characters two different characters). If I write this
characters in a file the content of the file is correct. (if I request utf
view of the file)
I use turbine 2.2b3 with Tomcat5.
In my tr.properties I have:
locale.default.charset=utf-8
and in my layout I have:
$page.setHttpEquiv("Content-Type","text/html; charset=utf-8"
What else should I set. Thank you!
Regards,
Levi