Amaury Forgeot d'Arc <[email protected]> added the comment: it's an issue in pypy/module/_codecs/locale.py As a temporary workaround, you can try to modify this file, and set MERGE_SURROGATES = False
To pjenvey: the "if we_are_translated()" logic is broken: outside of a function, it's always False! ---------- assignedto: -> pjenvey ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1601> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
