DOM->reStructuredText and problem with unicode in converter tests
Added conversion of <part> (macros), <note> (footnotes), <line-break>.
When i try to do some converter tests with unicode input:
> self._parser.Parse(data, 0) E UnicodeEncodeError: 'ascii' codec can't encode characters in position 138-142: ordinal not in range(128) MoinMoin/support/emeraldtree/tree.py:1146: UnicodeEncodeError
and the answer is --> ET.XML(i.encode("utf-8"))