Page 1 of 1

Formbuilder and special characters

Posted: Sat Nov 11, 2006 2:08 am
by Nettie
I have installed the form builder module and it works fine execpt it doesn't support special characters like æ ø å. In the e-mail recieved I only get a little square where the letters should have been. It is also a problem if I use the in the labels on some of the fields.

Does anybody know how to get this working?

Re: Formbuilder and special characters

Posted: Sun Nov 12, 2006 10:07 am
by cyberman
Please look at encoding of front and back end - for special chars it must be the same ...

Re: Formbuilder and special characters

Posted: Thu Mar 22, 2007 1:17 am
by Nettie
The encoding in the same on both front and backend

Re: Formbuilder and special characters

Posted: Thu Mar 22, 2007 5:37 am
by cyberman
Have you set locale for frontend in config.php?

Sometimes (dependingly on server defaults) you have to add there encoding too like

Code: Select all

$config['locale'] = 'de_DE.UTF8';