[pypy-dev] Making the most of internal UTF8

Armin Rigo armin.rigo at gmail.com
Wed Feb 26 10:46:28 EST 2020


Hi Jerry,

On Wed, 26 Feb 2020 at 16:09, Jerry Spicklemire <jspicklemire at gmail.com> wrote:
> Is there a tutorial about how to best take advantage of PyPy's internal UTF8?

For best or for worse, this is only an internal feature.  It has no
effect for the end user.  In particular, Python programs written for
PyPy3.6 and for CPython3.6 should work identically.  The fact that it
uses internally utf-8 is not visible to the Python
program---otherwise, it would never be cross-compatible.


A bientôt,

Armin.


More information about the pypy-dev mailing list