Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.12

Request #12466 wrong text_encoding or text_charset in get()
Submitted: 2007-11-17 09:25 UTC
From: cwiedmann Assigned: alec
Status: Closed Package: Mail_Mime (version CVS)
PHP Version: 5.2.4 OS: Irrelevant
Roadmaps: 1.6.1    
Subscription  


 [2007-11-17 09:25 UTC] cwiedmann (Carsten Wiedmann)
Description: ------------ In the $build_params for Mail_Mime::get(): text_encoding = Default is 7bit text_charset = Default is iso-8859-1 That's not possible, because ISO-8859-1 is a 8bit encoding. At the moment I have no patch, because I need a direction to do this: - setting text_encoding to "8bit" - setting text_encoding to "quoted-printable" - setting text_charset to "US-ASCII" An additional feature: In case of setting text_charset to an other value then "US-ASCII", the class should also be smart enough, to change the text_encoding from "7bit" to "8bit" or "quoted-printable" automatically (if text_encoding is not set). Regards, Carsten

Comments

 [2010-01-04 19:40 UTC] alec (Aleksander Machniak)
-Type: Bug +Type: Feature/Change Request
In SVN default value of text_encoding is set to 'quoted-printable' now. I've changed type to Feature Request for the last part of this request.
 [2010-02-26 01:16 UTC] alec (Aleksander Machniak)
-Status: Open +Status: Closed -Assigned To: +Assigned To: alec -Roadmap Versions: +Roadmap Versions: 1.6.1
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.