1 message in com.mysql.lists.eventum-develencoding support in outgoing emails
FromSent OnAttachments
Andrejs Dubovskis28 Sep 2006 00:20.txt
Subject:encoding support in outgoing emails
From:Andrejs Dubovskis (tu@lmt.lv)
Date:09/28/2006 12:20:16 AM
List:com.mysql.lists.eventum-devel
Attachments:

Hello,

first of all I would like to thank you for the great product.

In our country we are using Latvian and Russian languages in addition to English. The Eventum has encoding support for web forms (APP_CHARSET variable in the config.inc.php file). And in our environment we have set it value to 'utf8' But if the system generates an email (notification, etc.) then headers encoded according the APP_CHARSET only. The responsible for body encoding headers have invalid values:

Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit

We have created a small patch, and seems it working at our site. After this patch was applied the headers changed to following values:

Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit

We will be happy to see it included in the Eventum.

Regards,