Roundup Tracker - Issues

Message4489

Author tbsmark86
Recipients tbsmark86
Date 2012-01-26.13:04:01
Message-id <1327583042.11.0.0893506519731.issue2550740@psf.upfronthosting.co.za>
In-reply-to
If the selected EMAIL_CHARSET does not support the encoding for some of
the message characters the user get a hard to understand error:

Edit Error: 'latin-1' codec can't encode character u'\u20ac' in position
57: ordinal not in range(256)

For my need the attached quick-fix solves this Problem, but maybe a more
secure Handling is possible.


In addition I noticed that the msgXXX.tmp files for the failed messages
are not deleted and stay around forever. The code has a rollback()
function but I can't find any place where its called.
History
Date User Action Args
2012-01-26 13:04:02tbsmark86setrecipients: + tbsmark86
2012-01-26 13:04:02tbsmark86setmessageid: <1327583042.11.0.0893506519731.issue2550740@psf.upfronthosting.co.za>
2012-01-26 13:04:01tbsmark86linkissue2550740 messages
2012-01-26 13:04:01tbsmark86create