• Hello,

    I just move my site to exray theme and I encounter an issue with the accented letters (é, à, è…) : the font for these letters seems to be different from that of the other letters…
    (an exemple in the title of the site : https://www.venarbol.net)

    Does anyone know how to resolve this or how to modify the font?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • frcompany

    (@frcompany)

    me and the same can not fix it …

    Imran Ali

    (@imranaliweb)

    Hi

    Fixing the Character Encoding Mismatch Problem in WordPress
    Open the ‘wp-config.php’ file in a text editor such as notepad (the wp-config.php file can be found on the directory where you installed WordPress).
    Find the following two lines and comment them out:
    define(‘DB_CHARSET’, ‘utf8′);
    define(‘DB_COLLATE’, ”);
    They should look like the following after you comment them out:

    //define(‘DB_CHARSET’, ‘utf8′);
    //define(‘DB_COLLATE’, ”);
    Now upload the updated ‘wp-config.php’ file to your webhost.
    This character encoding problem can happen after a database upgrade too so it doesn’t hurt to keep this trick in your mind just in case.

    Thanks

    frcompany

    (@frcompany)

    thanks for your answer, but in my case is not solved with what you propose …
    In the end I had to change the font and has been solved.

    Thread Starter benetel

    (@benetel)

    Hi,

    I also had to change the font in ordre to resolve this issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issue with accented letters in the titles’ is closed to new replies.