ConFoo Montreal 2026: Call for Papers

Voting

: zero plus three?
(Example: nine)

The Note You're Voting On

yual at inbox dot ru
11 years ago
I use a hack for this bug:

$str = str_replace("=\r\n", '', quoted_printable_encode($str));
if (strlen($str) > 73) {$str = substr($str,0,74)."=\n".substr($str,74);}

<< Back to user notes page

To Top