Le 14/02/06 18:43, « Mark Sapiro » <[EMAIL PROTECTED]> a écrit :
> It sounds like your list language is English, the character set for
> which in Mailman is us-ascii, so the digest is sent in us-ascii which
> doesn't support those characters, thus the '?'.
>
> Try setting the list language to French. Or, if you really need it to
> be English, you can put the following in mm_cfg.py
>
> def _(s):
> return s
>
> add_language('en', _('English (USA)'), 'iso-8859-1')
>
> del _
>
I could try that indeed, but I have a question first: if I add these lines
into my mm_cfg.py, will it affect only the new lists, or will the existing
list be modified too ?
Thanks, Pierre
------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp