cessda / cessda.cvs.two

Apache License 2.0
0 stars 2 forks source link

Add the UTF-8 BOM to the CSV export #643

Closed matthew-morris-cessda closed 1 year ago

matthew-morris-cessda commented 1 year ago

Excel requires the UTF-8 BOM to be present in order to parse a CSV as UTF-8, otherwise it will use the system default codepage to parse the text which will corrupt any non-ASCII characters.

This closes #219.