Viewing 1 replies (of 1 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    I think the issue here is that CFDB is storing the data as UTF-8 encoded but you have a different encoding of characters coming from the form post. The character set issue gets confusing with WordPress. But this might get fixed if you set
    define('DB_CHARSET', 'utf8');
    in your wp-config.php file. But check if that makes any old posts not display characters correctly.

Viewing 1 replies (of 1 total)

The topic ‘Problems with accents and ç’ is closed to new replies.