Monday 24 January 2011 2:12:52 am
Dear Amine, I suppose you use header functions to export to CSV?
header("Content-Disposition: attachment; filename='yourCsvFile.csv" ) ;
header("Cache-Control: cache, must-revalidate" ) ; header("Pragma: public" ) ;
Do you use a encoding feature? header('Content-Type: text/xml, charset=UTF-8; encoding=UTF-8'); Yours,
|