except LookupError:
coding = 'iso-8859-1'
html = html.decode(coding).encode('ascii', 'xmlcharrefreplace')
except UnicodeDecodeError, ue:
print ue
print self.module_filename
for i in xrange(ue.start, ue.end):
print ord(html[i])
raise
# Call expandto.
html += PYSRC_EXPANDTO_JAVASCRIPT