I'm getting some data from the database and it has HTML Encoded chars ( ). What options are there for removing these?
I don't want these rendered at all...I want them stripped from the data.
At the moment I'm not worried about the HTML tags...just the encoded characters.
EDIT: If it's relevant these chars are causing some errors in JSON validation.