Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author guhemama

    (@guhemama)

    Hi Alex,

    I will investigate. Theoretically I had solved a similar issue with special characters on the blog title.

    Thread Starter alex586

    (@alex586)

    Okay, thank you.

    Thread Starter alex586

    (@alex586)

    Hello guhemama

    Can you, if possible tell me how to solve this problem. I think I have to change something here :

    $title = html_entity_decode(get_option('blogname')) . ' - ' . __('New reply to your comment', 'cren-plugin', $body);

    … But I don’t know why ??

    Plugin Author guhemama

    (@guhemama)

    Hey Alex,

    I just gave a try, and I think the issue is on your side. What’s your blog title? It should be T’choupi, with no HTML encoded strings. Also, make sure the plugin is up to date (current version is 1.7.0).

    • This reply was modified 6 years, 2 months ago by guhemama.
    Plugin Author guhemama

    (@guhemama)

    My bad – I was able to reproduce the issue – it’s probably a flag on the html_entity_decode function. I will work on a fix.

    Plugin Author guhemama

    (@guhemama)

    Fixed on 1.7.1

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Encoding error’ is closed to new replies.