mythnc
Forum Replies Created
-
I found your code has a big problem in wp-all-import/libraries/XmlImportCsvParse.php function toXML()
I don’t know why you have to change CSV file to XML, but the way you do has bugs to handle non-english characters.
Especially in Line1005 ~ Line1008.
And that’s why I got
undefinedXandel_Xheader.Please fix asap.
I am sure the file encoding is UTF-8.
And I already read “Importing Data Containing Special Characters”
http://www.wpallimport.com/documentation/troubleshooting/encoding/But it is useless.
This website could parse my csv and display non-english characters correctly
https://www.papaparse.com/demoBut I don’t know WHY your plugin can’t display non-english characters correctly.
Forum: Plugins
In reply to: [Custom Post Type UI] How to set delete_with_user to true?Thanks for the quick response.
I just found out how to complete my feature without using
delete_with_user.So it is not very ugent.
Take your time and thanks for the excellent plugin!