In http://php.net/quoted_printable_decode, I found ways to do it using preg_replace. Anyone who knows any code that could convert a normal NSString to something RFC 2045 section 6.7?
Thanks in advance!
|
|
In http://php.net/quoted_printable_decode, I found ways to do it using preg_replace. Anyone who knows any code that could convert a normal NSString to something RFC 2045 section 6.7? Thanks in advance!
|
||
|
|
|
|
There's no method on Cocoa to decode a quoted printable string, but you could easily write something yourself, like:
|
||
|
|