Invalid encoding in emails
Status: Beta
Brought to you by:
tsdogs
Hi, you seem to have invented a new encoding "iso-8559-1" ;) The correct one should probably be "iso-8859-1". Here is a tiny patch for the issue, which we ran into while trying to parse the resulting messages programmatically. Email clients apparently default to the correct encoding when none (or an invalid) is present.
The long-term fix should probably be to use unicode instead, but that needs more work ;)
Anonymous