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

Cannot add members with non-ASCII chars in their name #131

Open
ialexryan opened this issue Oct 3, 2016 · 1 comment
Open

Cannot add members with non-ASCII chars in their name #131

ialexryan opened this issue Oct 3, 2016 · 1 comment

Comments

@ialexryan
Copy link
Contributor

Tried to add our frosh from Montreal. His last name has two "é" characters in it. The .csv file upload failed with a HTTP 500 until we replaced those characters with "e". The traceback that was emailed ended with the error:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 2: ordinal not in range(128)

@asharma0703
Copy link
Contributor

Addressed in #157, check it out if you like!

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