Char-encoding
die char encoding ist bei text files nicht im file codiert!
convert mit recode:
recode -v macintosh..Latin-1 < info.csv > recode.csv
in php vorhanden, wenn recode installiert und einkompiliert:
http://php.benscom.com/manual/de/function.recode-string.php