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

Fix for unicode chars in seed files #1644

Merged
merged 2 commits into from
Aug 2, 2019
Merged

Conversation

drewbanin
Copy link
Contributor

First cut at fixing an 0.14.0 regression that prevented seed from working when csv files contain non-ascii characters. closes #1632

@beckjake I took a quick stab at this -- my implementation differed from the one that you originally suggested! I tried opening the file in Urb mode on py2, but that didn't appear to work. I don't know that the implementation I'm using here is a good one, but wanted to throw this out as a first attempt.

@drewbanin drewbanin requested review from beckjake and removed request for beckjake July 30, 2019 18:35
@drewbanin
Copy link
Contributor Author

Works great - thanks for cleaning this one up @beckjake!

@drewbanin drewbanin merged commit 9e07912 into dev/0.14.1 Aug 2, 2019
@drewbanin drewbanin deleted the fix/seed-nonascii-chars branch August 2, 2019 17:31
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.

Seed compilation fails with non-ascii character in v0.14.0
2 participants