[pypy-issue] [issue831] Codes instead of cyrillic letters in terminal

Armin Rigo tracker at bugs.pypy.org
Fri Aug 19 13:50:13 CEST 2011


Armin Rigo <armin.rigo at gmail.com> added the comment:

Should be fixed, probably.  Can you try?  The fix is just to edit
lib_pypy/pyrepl/readline.py so that it starts with

ENCODING = sys.getfilesystemencoding() or 'latin1'

instead of just

ENCODING = 'latin1'
.

----------
status: chatting -> testing

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue831>
________________________________________


More information about the pypy-issue mailing list