stringprep-1.0.0: Implements the "StringPrep" algorithm

Safe HaskellNone
LanguageHaskell98

Text.StringPrep

Documentation

data StringPrepProfile

Constructors

Profile 

Fields

maps :: [Map]
 
shouldNormalize :: Bool
 
prohibited :: [Prohibited]
 
shouldCheckBidi :: Bool
 

data Range

Instances

type Map = Char -> Text

range :: Char -> Char -> Range

a1 :: [Range]

b1 :: Map

b2 :: Map

c11 :: [Range]

c12 :: [Range]

c21 :: [Range]

c22 :: [Range]

c3 :: [Range]

c4 :: [Range]

c5 :: [Range]

c6 :: [Range]

c7 :: [Range]

c8 :: [Range]

c9 :: [Range]