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

Comments

  • who can help me fix error this.
    Thank you very much
  • @DungNH_1234
    Could you please tell me the error you getting ?

    Thanks.
  • @vivek85
    as stated. I was error font Vietnamese words although encoding is utf-8, when export file csv.
  • I edit code in function output ( file ExportData.php) as:
    $value = utf8_decode($value);
    $row[$key] = str_replace('"', '""', $value);
    But the error persists.
Sign In or Register to comment.