Possible Duplicate:
Decode HTML entities in Python string?
I have a string full of HTML escape characters such as ", ”, and —.
Do any Python libraries offer reliable ways for me to replace all of these escape characters with their respective actual characters?
For instance, I want all "s replaced with "s.