Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

characters of chinese appear as gibberish In MS Excel #61

Open
ghyghoo8 opened this issue Dec 29, 2017 · 1 comment
Open

characters of chinese appear as gibberish In MS Excel #61

ghyghoo8 opened this issue Dec 29, 2017 · 1 comment

Comments

@ghyghoo8
Copy link

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.

@davidguttman
Copy link
Owner

Sorry for the delay, thanks for reporting this issue.

When I try that fix, I see a weird character:

image

Is there something else we can try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants