Re: smart quotes

2008-08-26 Thread Adrian Smith
On Aug 26, 4:13 pm, Peter Otten <[EMAIL PROTECTED]> wrote: > Adrian Smith wrote: > > 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

Re: smart quotes

2008-08-26 Thread Peter Otten
Adrian Smith wrote: > 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. Convert the s

smart quotes

2008-08-25 Thread Adrian Smith
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