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,