Closed bobbimanners closed 4 years ago
Right now I pass '8bit' codings through unchanged.
Non printable chars can cause the display to go crazy so I probably should be filtering these.
Added filtering for non-printable chars. While implementing this I found a bug in decode_quoted_printable().
decode_quoted_printable()
The fix is in the usenet branch.
usenet
Right now I pass '8bit' codings through unchanged.
Non printable chars can cause the display to go crazy so I probably should be filtering these.