How do I use jQuery to decode HTML entities in a string?
I think that is the exact opposite of the solution chosen.
var decoded = $("").text(encodedStr).html();