Possible Duplicate:
Convert XML/HTML Entities into Unicode String in Python
I'm doing some webscraping, and I need to replace things such as  
with just ' '
How do I get Python to decode the HTML entity to it's associated character?
Possible Duplicate:
Convert XML/HTML Entities into Unicode String in Python
I'm doing some webscraping, and I need to replace things such as  
with just ' '
How do I get Python to decode the HTML entity to it's associated character?