Encoding changed when sending emails through workflows causing funny looking characters in emails
This was previously reported here: #1219 (closed) The issue was closed but not fixed
The problem is that PHP mailer uses iso-8859-1
by default. When creating a new instance of PHPMailer, the charcter set should be set according to the variable $default_charset
in config.inc.php