| ||||||||
| ||||||||
| Description | ||||||||
| Support for encoding UTF8 Strings to and from [Word8] | ||||||||
| Synopsis | ||||||||
| ||||||||
| Documentation | ||||||||
| encode :: String -> [Word8] | ||||||||
| Encode a Haskell String to a list of Word8 values, in UTF8 format. | ||||||||
| decode :: [Word8] -> String | ||||||||
| Decode a UTF8 string packed into a list of Word8 values, directly to String | ||||||||
| Produced by Haddock version 0.8 |