• Resolved ashkanahmadi

    (@ashkanahmadi)


    Hi

    When I export my strings all the Spanish letters like ú and ? show up as weird characters on the CSV file. Is there any way I can set the default export method to UTF-8?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Marcin Kazmierski

    (@marcinkazmierski)

    Hi,
    I work with utf-8 without a problems.
    But I added to be sure:
    header('Content-Type: text/csv; charset=utf-8');
    instead of:
    header('Content-type: application/csv');
    in csv exporter.

    Please, update plugin to 3.2.5 version and check it ??

Viewing 1 replies (of 1 total)
  • The topic ‘Non-English characters display as weird symbols when I export. How can I fix it’ is closed to new replies.