On Wednesday, 20 November 2013 at 17:04:07 UTC, Adam D. Ruppe
wrote:
On Wednesday, 20 November 2013 at 16:53:47 UTC, Andre wrote:
is there a library function for encoding text as
QuotedPrintable?
I fixed the function in that post:
char[] generateQuotedPrintable(in char[] string, in char[] ..
On Wednesday, 20 November 2013 at 16:53:47 UTC, Andre wrote:
is there a library function for encoding text as
QuotedPrintable?
I fixed the function in that post:
char[] generateQuotedPrintable(in char[] string, in char[]
charset =
"UTF-8")
{
char[] output;
bool special = fal