Hi,
I have a problem with WYM editor adding the funny 'a' and two black diamond question marks in place of UTF-8 characters, such as curly quotes. My setup is directed purely towards UTF-8, I am doing the following:
- Setting the default charset to UTF-8 in the .htaccess files.
- All PHP are set to output UTF-8 in the header.
- Database is setup for UTF-8 ( ALTER DATABASE `database` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci )
However I still get character encoding issues with the WYM editor, the output when not using the WYM editor is perfect.
Is there some kind of parameter I need to pass it upon initliasation to set WYM to UTF-8?
Thanks.