id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 8586 class-phpmailer.php $CharSet should be UTF-8 GamerZ nbachiyski "When PHPMailer was updated to 2.0.2 - http://trac.wordpress.org/changeset/8762/trunk/wp-includes/class-phpmailer.php, the charset has been changed to ""iso-8859-1"". It used to be ""UTF-8"" line 50 of /wp-includes/class-phpmailer.php {{{ var $CharSet = 'iso-8859-1'; }}} Should be: !php var $CharSet = ""UTF-8""; }}}" defect (bug) closed normal I18N normal wontfix UTF-8, phpmailer