• Hi,

    Does the pluggin support the French accents ?

    In header the sentence A quelle heure est le départ ? is replaced by A quelle heure est le dÃ�©part ?

    Thx.

    Catherine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post.

    The reason is not only our plugin, may also cause charset of your database, please try with utf8
    https://codex.ww.wp.xz.cn/Converting_Database_Character_Sets

    Please also check your theme has meta tag for charset.

    <meta charset="<?php bloginfo( 'charset' ); ?>">

    View post on imgur.com

    Please see the screenshot, here both admin and front side works fine on my localhost.

    View post on imgur.com

    View post on imgur.com

    Regards

    • This reply was modified 9 years, 3 months ago by PickPlugins.
    Thread Starter catheg

    (@catheg)

    Hi,

    My site is a french site, I have no problem of encoding in the other content of the site.
    I checked the charset of my page.
    <meta charset=”UTF-8″>
    And the encoding of my database is the same.

    I changed the file meta.php of you pluggin removing htmlentities line 446.

    And now I have no problem of encoding anymore.

    So I don’t know if it’s a bug of your pluggin.

    Catherine.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘French accent’ is closed to new replies.