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

latin-1 codec can't encode character #33

Closed
rodrigob opened this issue Dec 4, 2014 · 3 comments
Closed

latin-1 codec can't encode character #33

rodrigob opened this issue Dec 4, 2014 · 3 comments
Labels

Comments

@rodrigob
Copy link

rodrigob commented Dec 4, 2014

# Oops...something went wrong (recall that Gitless is in beta). If you want to help, report the bug at http://gitless.com/community.html and include the following information:

    0.6.2

    Traceback (most recent call last):
      File "/home/benenson/.local/lib/python3.2/site-packages/gitless/cli/gl.py", line 73, in main
        return SUCCESS if args.func(args) else ERRORS_FOUND
      File "/home/benenson/.local/lib/python3.2/site-packages/gitless/cli/gl_history.py", line 41, in main
        puts(l, stream=tf.write)
      File "/home/benenson/.local/lib/python3.2/site-packages/clint/textui/core.py", line 68, in puts
        stream(_str)
    UnicodeEncodeError: 'latin-1' codec can't encode character '\u2019' in position 9: ordinal not in range(256)
@spderosso spderosso added the bug label Dec 5, 2014
@spderosso
Copy link
Member

Thanks Rodrigo for reporting this

@spderosso
Copy link
Member

57259b7

@spderosso
Copy link
Member

Fix will go out in next release (0.7)

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