Possible Duplicate:
Convert XML/HTML Entities into Unicode String in Python
I am reading an excel XML document using Python. I end up with a lot of characters such as é
That represent various accented letters (and the like). Is there an easy way to convert these characters to utf-8?