On 06/23/2014 01:29 PM, just.mail...@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 <l...@gmail.com>         #  Written as utf-8
> 
> When I look at memberlist afterwards at the web will it look like
> 
> l...@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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to