- else:
- # we've got no idea what this tag does, so we'll
- # make an assumption that we're not going to know later
- if len(self.curdata) > 0:
- self.text = self.text \
- + u' ... ' \
- + u'\n ... '.join( \
- textwrap.wrap( \
- unicode( \
- self.curdata.encode("utf-8").strip(), \
- "utf-8"), self.textwidth - 5))
- self.curdata = u''