-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
Project: CCNAIssue or PR related to the CCNA projectIssue or PR related to the CCNA project
Description
Describe the bug
- When trying to Download a DataTable as CSV with special characters such as accents ('é', 'ô' etc.) it is not downloaded with the correct encoding so Excel reads the characters strangely
- Since this is an issue in htdocs, projects cannot modify it so we need this change in Core instead.
- The
typeof theBlobmust be changed totext/csv;charset=utf-8;fromtext/csv - the
contentparameter in theBlobconstructer must have\uFEFFappended to the start
To Reproduce
- Insert a value in the datadict with an accent, or a user with an accent in their Full Name in User Accounts
- Press Download Table as CSV and open in Excel
- See strange characters instead of the accent
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Project: CCNAIssue or PR related to the CCNA projectIssue or PR related to the CCNA project
