Aug 18th, 2010, 9:55 PM
As for formTools API 2.0.3-beta-20100731, I believe that any issues with non English characters can be solved changing the global\library.php config file at line 97:
the comment says clearly:
So if you have non UTF-8 forms, you should change line 97 to
in order to display properly non English characters or non UTF-8 forms.
Hope it helps somebody.
Code:
$g_unicode = true;
the comment says clearly:
Code:
* This offers support for unicode. All form submissions will be sent as UTF-8. This is enabled for all
* new installations.
So if you have non UTF-8 forms, you should change line 97 to
Code:
$g_unicode = false;
in order to display properly non English characters or non UTF-8 forms.
Hope it helps somebody.
Luis
________________
Follow the Rabbit!
________________
Follow the Rabbit!