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 has been archived by the owner on Jun 3, 2020. It is now read-only.
One of the big issues I had when migrating a bunch of blogs when I created exitwp was that wordpress (or maybe plugins) also more or less had ignored the encodings to begin with so what the header said did not have a relation to the actual content. The code probably reflects this by enforcing some encodings by default, I have started to forget how exitwp works since it now was some time since I last used it so you probably know more than me at this point.
I'm using
exitwp
to migrate from Wordpress to Octopressxmlns:atom="http://www.w3.org/2005/Atom
to myrss
elementbut 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 someoneThe text was updated successfully, but these errors were encountered: