Re: python's gettext.gettext broken, use gettext.lgettext

2005-08-09 Thread Steve Kowalik
On Mon, 08 Aug 2005 12:06:48 -0500, Joe Wreschnig uttered > No, it doesn't return UTF-8, it returns unicode objects. They're > automatically recoded when you try to print them (based on the same > function lgettext uses, locale.getpreferredencoding()). As Steve said, > unicode objects are basically

Re: python's gettext.gettext broken, use gettext.lgettext

2005-08-08 Thread Steve Kowalik
On Mon, 08 Aug 2005 10:24:50 +0200, Martin v. Löwis uttered > It is also useless for the issues at hand: since linda and > apt-listchanges apparently use local strings, giving them Unicode > strings would break them. So Junichi's change looks right to me. > Standing up for Linda, I am more than wi