[Mailman-Users] Users with utf-8

Mark Sapiro mark at msapiro.net
Tue Jun 24 01:54:43 CEST 2014


On 06/23/2014 01:29 PM, just.mailman at lesve.org wrote:
> 
> I try to add member to maillist.
> 
> ./add_members -r filename.txt listname
> 
> in the file filename.txt it will exist a user like
> Lönn <lonn at gmail.com>         #  Written as utf-8
> 
> When I look at memberlist afterwards at the web will it look like
> 
> lonn at gmail.com
> Lönn                                        # Written the utf-8 as two characters
> 
> What is the problem and what is the solution


The problem is Mailman's character set for the list's preferred_language
is not utf-8, and the input files for add_members need to be encoded in
Mailman's character set for the list's preferred_language.

If you don't know Mailman's character set for the list's preferred
language, see lines 1578 through 1616 at
<http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/Defaults.py.in>.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list