I have a site which is in two languages: English and French.
There is a form. For some reason some of the error messages on the form display the French accents while other error messages will not. The pages are encoded in charset=utf-8.
Any ideas why this is happening and how I can fix this. I have even encoded the translations using both the accent and the UTF coding set for the accents.
I get the following results:
which shoes the unicode characters instead of the accent they are supposed to show as in être
thanks