Changes between Initial Version and Version 1 of Ticket #20889, comment 7
- Timestamp:
- Feb 23, 2014, 9:35:26 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20889, comment 7
initial v1 28 28 }}} 29 29 30 So it's because there 's one characterin the header that can't be encoded to `latin-1` which raises a `UnicodeError`, which will be catched and will be encoded using the `Header` class from the python standard library in `email.header`.30 So it's because there are characters in the header that can't be encoded to `latin-1` which raises a `UnicodeError`, which will be catched and will be encoded using the `Header` class from the python standard library in `email.header`. 31 31 32 32 So this happens over here: