MySql error when using certain non-English characters in the content
Running a multilingual site with EN & FR on umbraco 4.0.3 + MySql , but when I publish pages with certain characters (œfor example), I'm getting a MySql exception. Please see my inital post for details.
Any help/clue on how to fix is greatly appreciated.Thanks!
Haven't done a mysql implementation but my first thought would be to check the /config/tinymceconfig.config file to see what entity encoding is specified for the rich text editor.
<customConfig>
<config key="entity_encoding">UTF8</config>
</customConfig>
You also might want to check the encoding for TidyMCE in /config/umbracoSettings.config
MySql error when using certain non-English characters in the content
Running a multilingual site with EN & FR on umbraco 4.0.3 + MySql , but when I publish pages with certain characters (œ for example), I'm getting a MySql exception. Please see my inital post for details.
Any help/clue on how to fix is greatly appreciated.Thanks!
- Boby
Boby,
Haven't done a mysql implementation but my first thought would be to check the /config/tinymceconfig.config file to see what entity encoding is specified for the rich text editor.
You also might want to check the encoding for TidyMCE in /config/umbracoSettings.config
-Chris
Thanks for responding, Chris. I changed <config key="entity_encoding">raw</config> to UTF8 in tinymceconfig.confg , but I'm afraid that didn't help.
I'm able to save the page, but the exception occurs when I publish it.
Boby
is working on a reply...