Open GoogleCodeExporter opened 9 years ago
still breaks, fixed it in latest release by modifiing the htmlcleaners.clean
function to be as follows:
def clean(html,strip=False):
cleaned = unescape(html.decode('latin-1').encode('ascii','xmlcharrefreplace'))
if strip == True:
return cleanUnicode(cleaned)
else:
return cleaned
Original comment by nour.n...@gmail.com
on 6 Jan 2015 at 7:30
Original issue reported on code.google.com by
anark...@gmail.com
on 11 Dec 2014 at 7:29Attachments: