• Resolved dutchalfred

    (@dutchalfred)


    I have a CRM database and with this plugin I retrieve textfields and textareas out of it to display on my website. This all works fine, except for one thing: special character that I have in my CRM database are not displayed properly, e.g. é becomes e? and the euro sign does not show at all.

    My database has a utf8_general_ci collation. But obviously the content is not imported as such.

    In /wp-content/plugins/cf7-datasource/cf7-datasource.php on line 373 I see:
    contentType: “application/json; charset=utf-8”,

    Is this the place to change the charset? And how should I change it then?

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Character set not matching’ is closed to new replies.