You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the CSV files that can be downloaded in the frontend replace all non-ASCII characters with question marks.
The file downloader that is used is https://github.com/kennethjiang/js-file-download and is for example called here:
The solution from the issue kennethjiang/js-file-download#56 (fileDownload(res.data, "usages.csv", "text/csv;charset=utf-8", "\uFEFF")) didn't work for me.
Maybe search for another plugin to handle downloads?
The text was updated successfully, but these errors were encountered:
Currently, the CSV files that can be downloaded in the frontend replace all non-ASCII characters with question marks.
The file downloader that is used is https://github.com/kennethjiang/js-file-download and is for example called here:
phitag/frontend/lib/service/phitagdata/PhitagDataResource.ts
Line 101 in d2a2ef0
The solution from the issue kennethjiang/js-file-download#56 (
fileDownload(res.data, "usages.csv", "text/csv;charset=utf-8", "\uFEFF")
) didn't work for me.Maybe search for another plugin to handle downloads?
The text was updated successfully, but these errors were encountered: