I have a string.
s = u\"
Take a look at unicodedata but I think one way to do this is:
import unicodedata s = u"" unicodedata.normalize('NFKD', s).encode('utf-8','ignore')