smart quotes

Adrian Smith adrian_p_smith at yahoo.com
Tue Aug 26 01:11:20 EDT 2008


Can anyone tell me how to get rid of smart quotes in html using
Python? I've tried variations on
stuff = string.replace(stuff, "\“", "\""), but to no avail, presumably
because they're not standard ASCII.



More information about the Python-list mailing list