Problem with PHP and CSV
Posted: Mon Mar 24, 2008 5:23 am
I need to make an PHP application for my school. It's a project that will be used in school. Teacher's can upload a CSV file with for example an English - Dutch translation exercise. But there's problem when a teacher uploads an CSV file. When a word starts with a special char (for example the french word écran), PHP doesn't read in the first char, so in php you've got "cran" instead of "écran". When the special char is somewhere else in the word like for example "déconnecter" there's no problem at all. I've looked on the internet, I tried everything but nothing works. Can somebody help my out with this?
Thanks in advance!
Greatings,
Maarten
P.S. excuse me for my bad english.
Thanks in advance!
Greatings,
Maarten
P.S. excuse me for my bad english.