On Feb 23 at 07:45 -0800, Bill wrote: > I changed the code to say just: > > import re, html.entities > > And now I get the error for that module as well.
How odd.
The Android webkit may well handle html entities properly, so you
could, in fact, replace everything in the html_lib.py file with:
def htmltounicode(text):
return text
Tim.
signature.asc
Description: Digital signature
