How can I stop TinyMCE from converting my HTML entities to characters?

According to this page, you can use the tiny_mce_before_init filter, make sure the entity encoding is set to named, and then add whichever special characters you want to the entities array.

Leave a Comment