Possible Duplicate:
Convert XML/HTML Entities into Unicode String in Python
In html sources, there are tons of chars like "&# 58;" or "&# 46;" (have to put space between &# and numbers or these chars would be considered as ":" or "."), my questions is, how do you convert them to what they supposed to be in python? Is there a built in method or something?
Hopefully somebody can help me out. Thanks