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

Handle various character encodings better. #309

Open
sanjuroj opened this issue Nov 22, 2017 · 0 comments
Open

Handle various character encodings better. #309

sanjuroj opened this issue Nov 22, 2017 · 0 comments

Comments

@sanjuroj
Copy link
Collaborator

Currently, if a utf-8 encoded csv file is uploaded, it will save to the database and display fine. However, if you try to edit a cell, a Unicode error gets thrown because it can't encode the utf-8 characters with the ascii codec, which is the default in Python 2.

It would be good to handle this better, perhaps using utf-8 as the default, rather than ascii.

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

No branches or pull requests

1 participant