Title: Entity encoding
Last modified: August 20, 2016

---

# Entity encoding

 *  [AndriiP](https://wordpress.org/support/users/andruhapx/)
 * (@andruhapx)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/entity-encoding-1/)
 * Hi. Thanks for this great plugin!
 * I have one small issue with it: when I’m adding some html entities for < and 
   > to page content, plugin removes all entities after page reload
 * I think it is here tinymce-advanced.php:211:
    $c = str_replace( array(‘&’, ‘<‘,‘
   >’), array(‘&’, ‘<‘, ‘>’), $c ); How this can be fixed?
 * [http://wordpress.org/extend/plugins/tinymce-advanced/](http://wordpress.org/extend/plugins/tinymce-advanced/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Andrew Ozz](https://wordpress.org/support/users/azaozz/)
 * (@azaozz)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/entity-encoding-1/#post-3628040)
 * When you add entities, they are typically double-encoded, so `& lt ;` becomes`&
   amp ; lt ;`, etc. (ignore the extra spaces).

Viewing 1 replies (of 1 total)

The topic ‘Entity encoding’ is closed to new replies.

 * ![](https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511)
 * [Advanced Editor Tools](https://wordpress.org/plugins/tinymce-advanced/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tinymce-advanced/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tinymce-advanced/)
 * [Active Topics](https://wordpress.org/support/plugin/tinymce-advanced/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tinymce-advanced/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tinymce-advanced/reviews/)

## Tags

 * [HTMLEntities](https://wordpress.org/support/topic-tag/htmlentities/)
 * [tinymce](https://wordpress.org/support/topic-tag/tinymce/)

 * 1 reply
 * 2 participants
 * Last reply from: [Andrew Ozz](https://wordpress.org/support/users/azaozz/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/entity-encoding-1/#post-3628040)
 * Status: not resolved