2016-08-04 27 views

回答

0

可以編碼數據校驗

http://php.net/manual/en/function.mb-convert-encoding.php 
+0

我也嘗試'$ drum_roll = mb_convert_encoding($ accented_string, 'ISO-8859-1');'但它沒有解決它。 –

+0

分享你的源代碼與數據將檢查 –

0

你可以試試這個

header('Content-Encoding: UTF-8'); 
header('Content-type: text/csv; charset=UTF-8'); 
header('Content-Disposition: attachment; filename=Customers_Export.csv'); 
echo "\xEF\xBB\xBF";