Skip to content

Instantly share code, notes, and snippets.

@victorono
Created November 28, 2013 14:38
Show Gist options
  • Save victorono/7692905 to your computer and use it in GitHub Desktop.
Save victorono/7692905 to your computer and use it in GitHub Desktop.
unescape html
import HTMLParser
h = HTMLParser.HTMLParser()
s = h.unescape('© 2010')
print s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment