[Mailman-Users] Problem with Digest containing accented letters
Pierrox
pierrox at no-log.org
Tue Feb 14 19:57:45 CET 2006
Le 14/02/06 18:43, « Mark Sapiro » <msapiro at value.net> 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
More information about the Mailman-Users
mailing list