Prev Next

Marc-André Lemburg:

But this requires the programmer to make sure all libraries are unicode-clean (no explicit testing for isinstance (str), no [c]StringIO, etc.)

Advice from people on planetpython.org who have been there: bite the bullet. (Ian observed that this is where static typing would help.)