spacecookie-0.2.1.2: Gopher Library and Server Daemon

Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe
LanguageHaskell2010

Network.Gopher.Util

Contents

Description

Helper utilities used within the library and the server which also could be useful for other application code.

Synopsis

Security

String Encoding

uEncode :: String -> ByteString Source #

Encode a String to a UTF-8 ByteString

uDecode :: ByteString -> String Source #

Decode a UTF-8 ByteString to a String

Misc Helpers