Changes between Initial Version and Version 1 of Ticket #20889, comment 7


Ignore:
Timestamp:
Feb 23, 2014, 9:35:26 AM (10 years ago)
Author:
Rik

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20889, comment 7

    initial v1  
    2828}}}
    2929
    30 So it's because there's one character 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`.
     30So 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`.
    3131
    3232So this happens over here:
Back to Top