| ||||||||
| ||||||||
Description | ||||||||
Base64 encoding and decoding functions provided by Warwick Gray. See http://homepages.paradise.net.nz/warrickg/haskell/http/#base64 and http://www.faqs.org/rfcs/rfc2045.html. | ||||||||
Synopsis | ||||||||
| ||||||||
Documentation | ||||||||
encode :: [Octet] -> String | ||||||||
decode :: String -> [Octet] | ||||||||
chop72 :: String -> String | ||||||||
Cut up a string into 72 char lines, each line terminated by CRLF. | ||||||||
Produced by Haddock version 0.8 |