[PHP-DEV] PHP 4.0 Bug #7855: quoted_printable_decode is not processing soft line breaks properly From: alexander.zimmer <email protected>
Date: 11/16/00

From: alexander.zimmer <email protected>
Operating system: Windows NT 4.0 Workstation
PHP version: 4.0.3pl1
PHP Bug Type: Strings related
Bug description: quoted_printable_decode is not processing soft line breaks properly

According to RFC2045, section 6.5., paragraph (5), an equal sign (=) followed by a whitespace character marks a "soft line break" which should be removed by the quoted_printable_decode function.

Well, it is not.

BTW: The same is true for the imap_qprint function.

-- 
Edit Bug report at: http://bugs.php.net/?id=7855&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>