Comment 51 for bug 331192

Revision history for this message
Prabu (arpaham-br) wrote :

Hi everybody, Im having the same problem with Debian Squeeze pt_BR.UTF-8 locale, and checking suggestion of post #24 above (by Commat) I was also able to fix the problem.
I did the same, but at a different point of the script.

on line # 46 replace
 return unicode(i18n(string), "utf-8")
by
 return unicode(i18n(string))

(before doing it I tryed other suggestions less intrusive like reinstalling some python packages, but nothing worked until I changed the script). It seems that this issue is already fixed in Debian Sid(unstable), but is not available yet for Squeeze(testing).