[wp-trac] [WordPress Trac] #8586: class-phpmailer.php $CharSet
should be UTF-8
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 12 04:59:49 GMT 2008
#8586: class-phpmailer.php $CharSet should be UTF-8
--------------------+-------------------------------------------------------
Reporter: GamerZ | Owner: nbachiyski
Type: defect | Status: new
Priority: normal | Milestone: 2.7.1
Component: i18n | Version:
Severity: normal | Keywords: UTF-8, phpmailer
--------------------+-------------------------------------------------------
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";
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/8586>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list