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

Unable to print non-ASCII characters, use unicode #3

Open
jensfinnas opened this issue Jun 22, 2016 · 0 comments
Open

Unable to print non-ASCII characters, use unicode #3

jensfinnas opened this issue Jun 22, 2016 · 0 comments
Labels

Comments

@jensfinnas
Copy link

I'm not able to print a dataset with Non-ASCII characters. I solved the problem locally by changing https://github.com/26fe/jsonstat.py/blob/master/jsonstat/dataset.py#L149 to

return unicode(out).encode("utf-8")

http://stackoverflow.com/questions/1307014/python-str-versus-unicode

@26fe 26fe added the bug label Aug 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants