Comment 12 for bug 530333

Revision history for this message
Iakov Davydov (iakov-davydov) wrote :

Dear Mathias, AFAIR this is how encodings work in python. The good practice is to use unicode inside the application always and only encode everything during IO.

Of course gettext cat use unicode by default; it's just not enabled in exaile.

Here is the patch that seems to fix the issue.

I think it need more work (it seems to affect something else).