• It seems there are now issues with some characters when saving, like:

    “ê??ü??” will be saved to “?a?¤?????§?£”
    “’” won’t be saved at all

    I’m running WP 4.6.1 and Plugin 2.8

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ben Huson

    (@husobj)

    Hi,

    I’m not able to replicate this issue at the moment on my test installs.

    Have you had this working OK with a previous version of the plugin?

    When you save the post, does it show the weird characters in the admin, or on the front end of the site, or both?

    Thanks

    Ben

    Thread Starter fuchsws

    (@fuchsws)

    this only happens in the admin with special characters

    I downgraded to plugin version 2.6 which works fine again.
    maybe a problem with wptexturize() ?

    Plugin Author Ben Huson

    (@husobj)

    I’ll compare the 2 versions to see what’s changed and see if I can narrow it down…

    Nicoletta

    (@nicolettahernandez)

    removing esc_attr() and htmlentities() in functions _add_subtitle_meta_box and _add_subtitle_field worked for me:

    change value="' . esc_attr( htmlentities ( $value ) ) . '"

    to value="' . $value . '"

    • This reply was modified 7 years, 10 months ago by Nicoletta.
    • This reply was modified 7 years, 10 months ago by Nicoletta.
    • This reply was modified 7 years, 10 months ago by Nicoletta.
    Plugin Author Ben Huson

    (@husobj)

    This should be fixed in version 2.9

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