[Bug 1442298] Re: Find member does not match name in multibyte characters

KOMEDA Shinji komeda.shinji at gmail.com
Mon Apr 13 20:04:55 CEST 2015


I'm using Mailman 2.1.16 in Ubuntu box, in my environment

    DEFAULT_SERVER_LANGUAGE = 'ja'

and Ubuntu has the following code in Mailman/Defaults.py

    import sys
    reload(sys)
    sys.setdefaultencoding('utf-8')

These code came from debian/patches/91_utf8.patch.

I changed "regexp.decode()" to "regexp.decode(Utils.GetCharSet(mlist.preferred_language))",
It works fine.

Thank you.

-- 
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/1442298

Title:
  Find member does not match  name in multibyte characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1442298/+subscriptions


More information about the Mailman-coders mailing list