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. -- http://mail.python.org/mailman/listinfo/python-list
- smart quotes Adrian Smith
- Re: smart quotes Peter Otten
- Re: smart quotes Adrian Smith