Aug 23rd, 2011, 6:45 PM
Strange!
Maybe quickly confirm it's nothing on Form Tool's end: check your library.php file has the $g_unicode setting set to true, and that it isn't overridden in the config.php. Unlikely! But worth a quick check.
Beyond that, I see you've added the UTF-8 charset to the page... maybe also add it to the form by adding the following attribute:
I don't see why it would be necessary though... maybe something on your server is preventing the form POST being sent in UTF-8...?
- Ben
Maybe quickly confirm it's nothing on Form Tool's end: check your library.php file has the $g_unicode setting set to true, and that it isn't overridden in the config.php. Unlikely! But worth a quick check.
Beyond that, I see you've added the UTF-8 charset to the page... maybe also add it to the form by adding the following attribute:
Code:
<form ... accept-charset="UTF-8">
I don't see why it would be necessary though... maybe something on your server is preventing the form POST being sent in UTF-8...?
- Ben