You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2020. It is now read-only.
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