Convert PHP entities like – or š to their applicable characters
- by Martin Sikora
Hello,
is there a way how to convert HTML entities to their applicable characters. Something similar to html_entity_decode()?
I'm trying to make ordinary text without HTML entities from TinyMCE output.