jeckman / wp-insta-import

Script for use with wp-cli eval-file to import a json formatted instagram export
GNU General Public License v3.0
0 stars 1 forks source link

Character encoding? #10

Open jeckman opened 1 year ago

jeckman commented 1 year ago

Not handling the html-encoding of entities - things like é get mangled on import.

They are in the JSON in the form of \u00c3\u00a9\

see https://codegolf.stackexchange.com/questions/230855/fix-facebook-exported-json for more info