Open ghyghoo8 opened 6 years ago
table.csv opened by MS Excel , all characters of chinese appear as gibberish .
I fixed it at 4 line in lib/download.js
var blob = new Blob(["\ufeff"+content], { type: mime })
please merge it.
Sorry for the delay, thanks for reporting this issue.
When I try that fix, I see a weird character:
Is there something else we can try?
table.csv opened by MS Excel , all characters of chinese appear as gibberish .
I fixed it at 4 line in lib/download.js
please merge it.