Safe Haskell | None |
---|
- encode :: Text -> ByteString
- decode :: ByteString -> Text
Documentation
encode :: Text -> ByteStringSource
Encode a string into its ascii form
decode :: ByteString -> TextSource
Decode a string into its unicode form
Safe Haskell | None |
---|
encode :: Text -> ByteStringSource
Encode a string into its ascii form
decode :: ByteString -> TextSource
Decode a string into its unicode form