Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.Text.IDN.StringPrep
Contents
- data Flags = Flags {
- enableNFKC :: Bool
- enableBidi :: Bool
- allowUnassigned :: Bool
- data Error
- defaultFlags :: Flags
- stringprep :: Profile -> Flags -> Text -> Either Error Text
- data Profile
- iscsi :: Profile
- kerberos5 :: Profile
- nameprep :: Profile
- sasl :: Profile
- saslAnonymous :: Profile
- trace :: Profile
- xmppNode :: Profile
- xmppResource :: Profile
Stringprep
Constructors
Flags | |
Fields
|
defaultFlags = Flags True True False
Profiles
saslAnonymous :: Profile Source
Draft SASL ANONYMOUS
xmppResource :: Profile Source
XMPP resource (RFC 3920)