[Bug 341594] Re: Member names do not support ǧ

Mark Sapiro mark at msapiro.net
Tue Apr 10 18:14:55 CEST 2012


This is a Python thing. You can create, for example, /usr/lib/pythonv.v
/site-packages/sitecustomize.py containing

import sys
sys.setdefaultencoding('utf8')

and this will set the default unicode encoding to utf8 as long as Python
is run without the -S option. The sitecustomize.py module can be
anywhere in the sys.path buily by site.py.

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

Title:
  Member names do not support ǧ

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


More information about the Mailman-coders mailing list