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
The XML files from IM report that they use UTF-16 encoding despite actually being encoded as UTF-8. This trips up simplexml_load_string() in the XML_Files::parse_item() method.
For this particular migration, I've overrwritten the Files::get_file_contents() method in the importer class and performed a string replacement:
The XML files from IM report that they use
UTF-16
encoding despite actually being encoded asUTF-8
. This trips upsimplexml_load_string()
in theXML_Files::parse_item()
method.For this particular migration, I've overrwritten the
Files::get_file_contents()
method in the importer class and performed a string replacement:HMCI should include a verification that UTF-8 is in use in the imported XML file.
The text was updated successfully, but these errors were encountered: