I try to import a utf8 csv file to my prestashop site. It works good on xampp localhost. But on server if first character is special it miss. for example;
I try to import: "Çocuk çantası" Result : "ocuk çantası"
What is the reason of this and how can I solve this?
Server runs on Centos.