Title: Character Issues
Last modified: September 14, 2016

---

# Character Issues

 *  [fuchsws](https://wordpress.org/support/users/fuchsws/)
 * (@fuchsws)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/character-issues/)
 * It seems there are now issues with some characters when saving, like:
 * “êäöüçã” will be saved to “ÃªÃ¤Ã¶Ã¼Ã§Ã£”
    “’” 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](https://wordpress.org/support/users/husobj/)
 * (@husobj)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/character-issues/#post-8181395)
 * 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](https://wordpress.org/support/users/fuchsws/)
 * (@fuchsws)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/character-issues/#post-8184960)
 * 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](https://wordpress.org/support/users/husobj/)
 * (@husobj)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/character-issues/#post-8225978)
 * I’ll compare the 2 versions to see what’s changed and see if I can narrow it 
   down…
 *  [Nicoletta](https://wordpress.org/support/users/nicolettahernandez/)
 * (@nicolettahernandez)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/character-issues/#post-8635910)
 * 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 9 years, 5 months ago by [Nicoletta](https://wordpress.org/support/users/nicolettahernandez/).
    -  This reply was modified 9 years, 5 months ago by [Nicoletta](https://wordpress.org/support/users/nicolettahernandez/).
    -  This reply was modified 9 years, 5 months ago by [Nicoletta](https://wordpress.org/support/users/nicolettahernandez/).
 *  Plugin Author [Ben Huson](https://wordpress.org/support/users/husobj/)
 * (@husobj)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/character-issues/#post-9091971)
 * 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.

 * ![](https://ps.w.org/wp-subtitle/assets/icon-256x256.png?rev=981565)
 * [WP Subtitle](https://wordpress.org/plugins/wp-subtitle/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-subtitle/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-subtitle/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-subtitle/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-subtitle/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-subtitle/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Ben Huson](https://wordpress.org/support/users/husobj/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/character-issues/#post-9091971)
 * Status: not resolved