Re: Encode text as QuotedPrintable

2013-11-20 Thread Andre
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[] ..

Re: Encode text as QuotedPrintable

2013-11-20 Thread Adam D. Ruppe
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