Nov 20th, 2013, 10:35 AM
Hi Pverbeek,
Please try the following:
- Ensure database is set to utf8_general_ci
- Check your /global/config.php file doesn't contain a $g_unicode = false; line and your /global/library.php does contain a $g_unicode = true; line (unicode is enabled by default, so unless you edited it this should be fine).
- Encoding of form is set in metatag in the header of your form document, please add this meta tag to your form: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- In the form tag add "accept-charset="UTF-8" to the form <form ... accept-charset="UTF-8">
Cheers,
Joe
Please try the following:
- Ensure database is set to utf8_general_ci
- Check your /global/config.php file doesn't contain a $g_unicode = false; line and your /global/library.php does contain a $g_unicode = true; line (unicode is enabled by default, so unless you edited it this should be fine).
- Encoding of form is set in metatag in the header of your form document, please add this meta tag to your form: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- In the form tag add "accept-charset="UTF-8" to the form <form ... accept-charset="UTF-8">
Cheers,
Joe