Skip to content

CSV export: add UTF-8 BOM header.

Steap requested to merge Steap/framadate:feature/csv-export-bom-header into master

When exporting a poll to CSV, no BOM character is written. Most applications can properly detect the required encoding, but some do not, and might find it helpful to be able to read a BOM character.

Merge request reports