- Status New
- Percent Complete
- Task Type Bug Report
- Category Backend/Core
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Low
- Reported Version 1.0-rc
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Flyspray - The bug killer!
Opened by peterdd - 24.01.2017
Last edited by peterdd - 24.01.2017
Opened by peterdd - 24.01.2017
Last edited by peterdd - 24.01.2017
FS#2332 - CSV export filename filtering
The filename for the csv export is build based on project name and current date.
Due different handling of web browsers, the appropriate http header should send the filename in ascii and also provide them as utf-8 for web browsers who can handle that.
Related RFC5987
current playground:
Got this far:
rawurlencode() seems to be our friend ..
quick test works with IE Edge, Firefox, Chrome.
https://github.com/Flyspray/flyspray/tree/csvexport-utf8filenames