Use unicode strings in bbook2rss.py
When using minidom, creating a text node with a utf-8 encoded string breaks 'toxml'. Using unicode strings instead, and then a codec to write the rss file in utf-8.