[wp-trac] Re: [WordPress Trac] #8586: class-phpmailer.php $CharSet should be UTF-8

WordPress Trac wp-trac at lists.automattic.com
Fri Dec 12 05:02:07 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            |   Resolution:            
 Keywords:  UTF-8, phpmailer  |  
------------------------------+---------------------------------------------
Comment (by GamerZ):

 Sorry for the mis-formatting.

 line 50 of /wp-includes/class-phpmailer.php
 {{{
 #!php
 var $CharSet = 'iso-8859-1';
 }}}
 It should be
 {{{
 #!php
 var $CharSet = 'UTF-8';
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8586#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list