UTF-8 input problems
cslarsen opened this issue · 7 comments
cslarsen commented
In general, UTF-8 characters not only do not work properly, hitting one involuntarily will give a warning, obscuring the text. Need to fix that across python 2 and 3.
felixwiemuth commented
For me, typing "ö" or "ø" also jumps over two characters in the given text and prints wrong characters on the input.
cslarsen commented
@felixwiemuth Does it always do this? For me, it prints an error the first time I type out a UTF-8 character, then it's ignored. Which version of Python are you using?
felixwiemuth commented
cslarsen commented
For Python 3.3+, I believe this has been fixed in commit 8629a9e.
You can try to clone the repo and type "make run3" to run the Python3 version. If that works, I'll soon prepare an official PyPi release.
felixwiemuth commented
Thanks, it works!
cslarsen commented
Great! Thanks for testing!