![](https://secure.gravatar.com/avatar/96c3a1efcd8ce97f0413fc51c20aef87.jpg?s=120&d=mm&r=g)
On 2012-05-14 01:58, Mark Sapiro wrote:
Stanislaw Findeisen wrote:
Subscription notification mail body is also distorted sometimes: I just received one for a new subscriber who used a diacritic in his name. There is '?' (ASCII 0x3F) instead of the character with diacritic.
I think this is because your list's preferred language is English and Mailman's character set for English is us-ascii so the message body is coerced to ascii and non-ascii characters get replaced by '?'.
If this is a serious issue, you can change Mailman's character set for English to UTF-8 by putting
add_language('en', 'English (USA)', 'utf-8', 'ltr')
in mm_cfg.py.
Why don't we use utf-8 for all languages in Defaults.py?
-- http://people.eisenbits.com/~stf/ http://www.eisenbits.com/
OpenPGP: E3D9 C030 88F5 D254 434C 6683 17DD 22A0 8A3B 5CC0