| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Documentation.Haddock.Utf8
Synopsis
- encodeUtf8 :: String -> ByteString
- decodeUtf8 :: ByteString -> String
Documentation
encodeUtf8 :: String -> ByteString Source #
Helper that encodes and packs a String into a ByteString
decodeUtf8 :: ByteString -> String Source #
Helper that unpacks and decodes a ByteString into a String