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
- profileNameprep :: Profile
- profileSaslPrep :: Profile
- profilePlain :: Profile
- profileTrace :: Profile
- profileKerberos5 :: Profile
- profileNodeprep :: Profile
- profileResourceprep :: Profile
- profileISCSI :: Profile
Stringprep
Constructors
Flags | |
Fields
|