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

Unicode issues #11

Open
minrk opened this issue Apr 17, 2014 · 0 comments
Open

Unicode issues #11

minrk opened this issue Apr 17, 2014 · 0 comments
Labels

Comments

@minrk
Copy link

minrk commented Apr 17, 2014

Can't input unicode

Can't input unicode text. Try to type é, get é. This is what would happen if utf8 bytes were interpreted as latin1:

In [2]: print u'é'.encode('utf8').decode('latin1')
é

unicode completions crash bipython

$> touch uñîçø∂é
$> bipython

in bipython:

In [1]: u<TAB>

crashes with

UnicodeEncodeError: 'ascii' codec can't encode character...

deep inside urwid. Looks like a str _caption and unicode text.

@ivanov ivanov added the bug label May 2, 2014
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