Issue 2550740
Created on 2012-01-26 13:04 by tbsmark86, last changed 2012-01-26 13:04 by tbsmark86.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
quick_fix.diff
|
tbsmark86,
2012-01-26 13:04
|
|
|
|
| msg4489 (view) |
Author: [hidden] (tbsmark86) |
Date: 2012-01-26 13:04 |
|
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.
|
|
| Date |
User |
Action |
Args |
| 2012-01-26 13:04:02 | tbsmark86 | create | |
|