utf8-string-0.1: Support for reading and writing UTF8 StringsContentsIndex
Codec.Binary.UTF8.String
Portabilityportable
Stabilityexperimental
Maintaineremertens@galois.com
Description
Support for encoding UTF8 Strings to and from [Word8]
Synopsis
encode :: String -> [Word8]
decode :: [Word8] -> String
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