Fixing Subject and From field encoding
miglius - October 15, 2006 - 18:18
| Project: | Pontomail Webmail Client |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | critical |
| Assigned: | miglius |
| Status: | needs review |
Jump to:
Description
In the mail header strings are encoded differently then in the body. The encoding is shown in the format:
From: =?windows-1257?Q?Dalia_=D0aityt=EB?=
The attached patch uses iconv library to convert the string to utf8 before displaying. It displays the string like:
From: Dalia Šaitytė
| Attachment | Size |
|---|---|
| p_7.diff | 5.47 KB |

#1
This patch is included in http://drupal.org/node/89431