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

Add encode option #143

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add encode option #143

wants to merge 4 commits into from

Conversation

eugenpodaru
Copy link

I've added the encode option to allow explicit encoding to the desired charset. I'm using TextEncoder for encoding which is available on Firefox and Chrome, and through this shim on other browsers.

This allows better Excel compatibility. Using '\t' as separator and explicitly encoding to utf-16le with BOM works best in Excel.

@fstybel
Copy link

fstybel commented Feb 16, 2016

Great job! I need it.
@asafdav Can you merge it soon?

@360disrupt
Copy link

Is this merged?

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

Successfully merging this pull request may close these issues.

None yet

3 participants