error font when export file csv
I got a font error when exporting to csv file. even though I used the font utf-8.
Can you guys show me how to fix it
Thank you very much
Can you guys show me how to fix it
Thank you very much
Comments
Thank you very much
Could you please tell me the error you getting ?
Thanks.
as stated. I was error font Vietnamese words although encoding is utf-8, when export file csv.
$value = utf8_decode($value);
$row[$key] = str_replace('"', '""', $value);
But the error persists.