Title: Small character encoding glitch?
Last modified: August 30, 2016

---

# Small character encoding glitch?

 *  Resolved [rodpotter](https://wordpress.org/support/users/rodpotter/)
 * (@rodpotter)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/small-character-encoding-glitch/)
 * The JSON source I use has a number of HTML fields. The :html attribute works 
   well except that it seems to have trouble with non-breaking space entities ” ”
 * These seem to get stored as invalid characters and display in Chrome as “?”/black
   diamond icons.
 * Anyone else having a similar issue? We are using UTF8 all the way — the non-breaking
   space character seems to be the only issue. Right now I’m fixing this with jQuery
   loading after the page loads:
 * var thisTxt = jQuery(“div.pf-content”).html();
    jQuery(“div.pf-content”).html(
   thisTxt.replace(/\uFFFD/g, ‘ ‘));
 * If this can be fixed in the parser, that would be much better!
 * Thanks again Bernhard.
 * [https://wordpress.org/plugins/json-content-importer/](https://wordpress.org/plugins/json-content-importer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/small-character-encoding-glitch/#post-6573457)
 * Hi rod,
 * as mailed this issued will be fixed in the next version of the pro and the free
   version.
    Hoepfully within the next days…
 * Bernhard

Viewing 1 replies (of 1 total)

The topic ‘Small character encoding glitch?’ is closed to new replies.

 * ![](https://ps.w.org/json-content-importer/assets/icon-256x256.png?rev=3464653)
 * [Get Use APIs - JSON Content Importer](https://wordpress.org/plugins/json-content-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-content-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-content-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/json-content-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-content-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-content-importer/reviews/)

## Tags

 * [character encoding](https://wordpress.org/support/topic-tag/character-encoding/)
 * [json](https://wordpress.org/support/topic-tag/json/)

 * 1 reply
 * 2 participants
 * Last reply from: [berkux](https://wordpress.org/support/users/berkux/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/small-character-encoding-glitch/#post-6573457)
 * Status: resolved