| Copyright | (c) 2006-2009 Galois Inc. |
|---|---|
| License | BSD3 |
| Maintainer | Sigbjorn Finne <sigbjorn.finne@gmail.com> |
| Stability | provisional |
| Portability | |
| Safe Haskell | Safe-Inferred |
| Language | Haskell98 |
Codec.MIME.QuotedPrintable
Description
To and from QP content encoding.
Documentation
decode incoming quoted-printable content, stripping
out soft line breaks and translating =XY sequences
into their decoded byte/octet. The output encoding/representation
is still a String, not a sequence of bytes.