Comment 9 for bug 785578

Revision history for this message
Marius Gedminas (mgedmin) wrote :

It looks like PyGtk used to quietly change sys.getdefaultencoding() to 'utf-8' behind my back, which hid this bug for so long!

PyGI, sensibly enough, leaves sys.getdefaultencoding() with the default value of 'ascii'.