Message192826
Thanks, but the patch is incorrect. The model consistently stores its data as surrogateescaped strings, and this assumption is baked in to other parts of the code. So the correct fix is to do the surrogateescape encoding at the time the payload is set.
It might in fact be better to store a binary payload as binary, but making that kind of change to the model requires much more extensive review and testing. |
|
| Date |
User |
Action |
Args |
| 2013-07-10 16:07:05 | r.david.murray | set | recipients:
+ r.david.murray, barry, vajrasky |
| 2013-07-10 16:07:05 | r.david.murray | set | messageid: <[email protected]> |
| 2013-07-10 16:07:05 | r.david.murray | link | issue18324 messages |
| 2013-07-10 16:07:05 | r.david.murray | create | |
|