Comment 14 for bug 530333

Revision history for this message
Johannes Sasongko (sjohannes) wrote : Re: [Bug 530333] Re: --help command line option is broken

> Here is upgraded patch (fixes get_title() not in unicode).
>
> ** Patch added: "gettext unicode fix v2"
>   http://launchpadlibrarian.net/39954036/exaile_gettext_unicode_v2.patch

The change in xlgui/playlist looks good to me.

Need Aren's review on the xl/nls change, since there might be a reason
it wasn't using gettext.install in the first place. (We're using
``from xl.nls import gettext as _``; I've never bothered asking why.
If we use gettext.install, those can go away.)