Changes between Version 2 and Version 3 of Ticket #16801, comment 9
- Timestamp:
- Feb 5, 2022, 5:15:30 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16801, comment 9
v2 v3 1 <deleted> 1 The first message isn't iso8859-15 encoded, just the header is. The body is UTF-8 charset in quoted-printable encoding. 2 3 iirc iOS mail might assume UTF-8 which is why it displays correctly. But "k=C3=A9" decodes to "ké" with charset of UTF-8, and to "é" with charset of iso8859-15. 4 5 I suspect in modern times UTF-8 is a more sensible default than iso8859-15, but it makes sense to include it in the Content-Type MIME header line as Gmail does