login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
1
vote
Convert XML/HTML Entities into Unicode String in Python
Use the builtin unichr -- BeautifulSoup isn't necessary: >>> entity = 'ǎ' >>> unichr(int(entity[3:],16)) u'\u01ce' …
answered
Sep 11 '08 at 23:09
chryss
279
●
2
●
5
posts containing
user:5169
within these tags
entities
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled