Have the same problem. I tried to analyze the php code in the file: ../inc/core/tools.php
and figured out that this could be solved by adapting the parser in the function su_parse_csv( $file )
.
My idea is, if you have a special character within a string you should enclose the complete string in double quotes (eg: "this is © by Jim";
).
The parser should now ignore the semicolon ; of the special character within the string and not understand it as a column separator.
I am not a PHP spezialist. Can anybody help me with the code.
Would also be nice if the plugin author could then integrate the code in one of the next versions.
Mike