Comment 1 for bug 363384

Revision history for this message
Steve Dodier-Lazaro (sidi) wrote : Re: Delete account button doesn't work

I tracked the issue down a little and i found where the bug was coming from :

Python fails to parse the string that should be written in the popup, because it's encoding isn't set, which makes Python use the ASCII encoding. And unfortunately, languages such as french have characters outside of ASCII.

The application should be set to UTF-8 in order to fix this kind of problems.