• Hi,

    I have a problem when I use wr pagebuilder, all the é, à è, etc. character are replaced by “?” on the preview and the front end display.
    I tried using the default WP theme but still and error.
    But when I disable the wr pagebuilder and use the default WP editor it works.
    Does anyone have the same error? Any solution?

    Thanks.

    https://www.ads-software.com/plugins/wr-pagebuilder/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Adam

    (@hieudm)

    Hi,

    Please have a look at this thread first and let me know if you’re having another problem instead.

    Thread Starter Prisma Web

    (@prisma-web)

    Unfortunately I can’t upgrade PHP right now, do know when the code fix will be release?

    Thanks.

    Plugin Contributor Adam

    (@hieudm)

    Hi,

    Unfortunately, we cannot provide you ETA for the fix of this bug as we’re still busy with other tasks but we will try to include the fix asap.

    We appreciate your understanding in this matter.

    Best regards,

    Adam.

    Thread Starter Prisma Web

    (@prisma-web)

    Hi,

    I solved it adding that in the code :
    /core/core.php :
    update line 581 : $data[] = htmlspecialchars_decode(htmlentities(trim( stripslashes( $shortcode ) ), ENT_NOQUOTES, “UTF-8”));

    add line 650 : $content = utf8_encode($content);

    This is just a quick fix, spread the word if you think it’s worth it!

    Looking forward for th official fix.

    Thanks.

    Plugin Contributor Adam

    (@hieudm)

    Hi @prisma Web,

    Glad to hear that you managed to sort it out. We will include the fix in next release. Please feel free to let me know if you still have any question or suggestion.

    Best regards,

    Adam.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘UTF-8 Problem’ is closed to new replies.