Jump to content

Issues with encoding in CSV export (UTF-8)


Recommended Posts

Hi everyone,

 

I am having trouble exporting data in CSV with the UTF-8 encoding. I tried different approaches, but nothing so far:

- adding BOM to CSV file using fputcsv

- tried using iconv

- tried encoding the data (and decoding) with array_map

 

I noticed that even the CSV files exported through the backoffice are not encoded properly (ex: when I export the list of my products or customers)

 

Does anyone have an idea as to how to proceed or has anyone encountered that problem before?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...