I'm using `exitwp` to migrate from Wordpress to Octopress - I export my Wordpress (4.3.1) posts to wordpress.xml - I add `xmlns:atom="http://www.w3.org/2005/Atom` to my `rss` element but then I get `ValueError: multi-byte encodings are not supported`. My wordpress.xml is `<?xml version="1.0" encoding="UTF-7" ?>`, so I must convert it to UTF-8 for it to work. Hope it helps someone
I'm using
exitwpto migrate from Wordpress to Octopressxmlns:atom="http://www.w3.org/2005/Atomto myrsselementbut then I get
ValueError: multi-byte encodings are not supported.My wordpress.xml is
<?xml version="1.0" encoding="UTF-7" ?>, so I must convert it to UTF-8 for it to work. Hope it helps someone