Comment 8 for bug 363384

Revision history for this message
Karel Kolman (kolmis) wrote :

Michael, wouldn't it be better to tell gettext to always return unicode strings ?

i.e. replace

gettext.install(APP, DIR)
with
gettext.install(APP, DIR, unicode=True)

in localization.py, that way _() calls gettext.ugettext() method.