Package: linda
Version: 0.3.15

Hi,

linda uses gettext.gettext, which returns strings encoded in 
the .mo file, which apparently is the encoding of the
original .po file.

To fix it either you can:

1. lgettext which is implemented in python2.4

2. define _ so that it calls ugettext (to get utf-8) with iconv to 
  the current CHARSET

  nl_langinfo can be used.


  Patch will hopefully follow shortly.


regards,
        junichi





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to