Problem with importer and special characters
Hi everyone,
I am experiencing some problems with Importer:
1) When I try to import ads with special characters, like Š,Ą and so on, the importer writes data only till that character.
Example:
title,description,state...
Sometitle,Desčription,state...
If I try to import the data shown above, importer add to description not "Desčription", but "Des".
Is there a solution to solve this problem?
2) Another issue, which I face, if I put "" in data, i am getting an error:
Warning: array_combine(): Both parameters should have an equal number of elements in /home/....../framework/admin/importer.php on line 165
Example:
title,description,state...
Sometitle,"Description",state...
My .csv file is in UTF-8 encoding. When I reopen it with excel - all the characters stay as they are.
Please help and thanks in advance