Author: Armin Rigo <ar...@tunes.org> Branch: unicode-utf8 Changeset: r90396:2fa0248d61eb Date: 2017-02-27 14:41 +0100 http://bitbucket.org/pypy/pypy/changeset/2fa0248d61eb/
Log: merge heads diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std/unicodeobject.py +++ b/pypy/objspace/std/unicodeobject.py @@ -158,6 +158,9 @@ assert len(char) == 1 return char[0] + def _multi_chr(self, unichar): + return unichar.encode('utf8') + _builder = UnicodeBuilder def _isupper(self, ch): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit