Blame | Letzte Änderung | Log anzeigen | RSS feed
--TEST--Bug #9722 _quotedPrintableEncode does not encode dot at start of line on Windows platform--SKIPIF----FILE--<?phperror_reporting(E_ALL); // ignore E_STRICTinclude("Mail/mimePart.php");$part = new Mail_mimePart('', array('eol'=>"\n"));$text = "Thisis atest...It is//really fun//to make :(";print_r($part->_quotedPrintableEncode($text));--EXPECT--Thisis atest=2E..It is=20//really fun//to make :(