Hi,
When a mail is sent with windows-1251 encoding something like the output of bug 649007[1] is written in the error log. After a short investigation I found that it should be possible to add windows-1251 encoding, because in Python 2.1 it is there (as 'cp1251'). I wasn't able to do it though. How can I add support for windows-1251 in Mailman 2.1.1 using python 2.1?
[1] http://sourceforge.net/tracker/?func=detail&atid=100103&aid=649007&group_id=103
Regards
Ognyan Kulev <ogi@fmi.uni-sofia.bg>, "\"Programmer\""
Ognyan Kulev wrote:
When a mail is sent with windows-1251 encoding something like the output of bug 649007[1] is written in the error log.
I found a solution: In /usr/lib/python2.1/encodings/aliases.py (this is Debian) windows_1251 is added as an alias for cp1251.
Keep up the good work!
Regards
Ognyan Kulev <ogi@fmi.uni-sofia.bg>, "\"Programmer\""
participants (1)
-
Ognyan Kulev