python, xml, é type encodings
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?
Neil Aggarwal
- 511
- 1
- 10
- 30
default