Following this question (I have the same problem), how do I convert a string that has entities like to a string those entities as  , with javascript/jquery ?
Following this question (I have the same problem), how do I convert a string
Share
php.js can be useful to this:
http://phpjs.org/functions/html_entity_decode:424
http://phpjs.org/functions/htmlspecialchars_decode:427
http://phpjs.org/functions/htmlentities:425