[Mailman-Developers]
[ mailman-Bugs-660675 ] special characters in realnames
SourceForge.net
noreply at sourceforge.net
Tue Jan 7 14:03:35 EST 2003
Bugs item #660675, was opened at 2003-01-01 09:02
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=660675&group_id=103
Category: None
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 7
Submitted By: Peer Heinlein (pheinlein)
Assigned to: Nobody/Anonymous (nobody)
Summary: special characters in realnames
Initial Comment:
Mailman crashs when realnames of members include
special language-specifc characters like german
"Umlaute" (äöüß).
Traceback (most recent call last):
File "/usr/lib/mailman/bin/list_members", line 232, in ?
main()
File "/usr/lib/mailman/bin/list_members", line 207, in
main
s = formataddr((name, addr)).encode(enc, 'replace')
UnicodeError: ASCII decoding error: ordinal not in
range(128)
It isn`t possible to get a list of all members of this list with
list_members or a who command.
Mailman has to be able to handle other signs then A-Z
and 0-9 in realnames and mailaddresses.
Peer
----------------------------------------------------------------------
Comment By: Jorge Becerra (jlbpcuba)
Date: 2003-01-07 17:03
Message:
Logged In: YES
user_id=680844
I think that the bug is on python itself, because is suppossed that
encode(enc, 'replace') show no errors at all according to
http://www.reportlab.com/i18n/python_unicode_tutorial.html
But is the middle i remove from the code and works ok.
.encode(enc,
'replace')
----------------------------------------------------------------------
Comment By: Jorge Becerra (jlbpcuba)
Date: 2003-01-07 17:03
Message:
Logged In: YES
user_id=680844
I think that the bug is on python itself, because is suppossed that
encode(enc, 'replace') show no errors at all according to
http://www.reportlab.com/i18n/python_unicode_tutorial.html
But is the middle i remove from the code that and works ok.
.encode(enc, 'replace')
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=660675&group_id=103
More information about the Mailman-Developers
mailing list