Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Boby 20 posts 42 karma points
    May 06, 2010 @ 18:57
    Boby
    0

    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

     

  • Chris Dunn 210 posts 401 karma points
    May 06, 2010 @ 21:36
    Chris Dunn
    0

    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.

    <customConfig>
        <config key="entity_encoding">UTF8</config>
      </customConfig>

    You also might want to check the encoding for TidyMCE in /config/umbracoSettings.config

     <TidyCharEncoding>UTF8</TidyCharEncoding>

     

    -Chris

  • Boby 20 posts 42 karma points
    May 06, 2010 @ 22:18
    Boby
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft