During the export of a CSV, allow the user to choose between file format ISO-8859-1 or UTF8 #21426
Labels
Feature request
This is a feature request
good-first-issue
This is a good issue to try make your first PR if you don't know very well the project
hacktoberfest
This is a good issue to try make your first PR if you don't know very well the project
hacktoberfest-accepted
This is added to a PR accepted for the hacktoberfest session (Flag added by core team only)
Feature Request
There is already an option called EXPORT_CSV_FORCE_CHARSET into the tool that generate the CSV file.
Instead of using a fixed hidden option, we must ask the user with a combo of 2 choices;
UTF-8
ISO-8859-1
For the CSV, ask ask also for the separator: Ask for
,
;
Must be preselected to the constant EXPORT_CSV_SEPARATOR_TO_USE
The text was updated successfully, but these errors were encountered: