matrix-curses icon indicating copy to clipboard operation
matrix-curses copied to clipboard

UnicodeEncodeError

Open ttyk opened this issue 9 years ago • 0 comments

UnicodeEncodeError: 'charmap' codec can't encode character u'\u03e5' in position 0: character maps to <undefined>

Windows 10, Python 2.7. Using unofficial "_curses.pyd"

It does work if you explicitly set encoding to "utf8", but characters becoming a mess.

ttyk avatar Jun 25 '16 03:06 ttyk