Skip to content

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

Description

@jensfinnas

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions