-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Implements the "StringPrep" algorithm
--   
--   Implements the <a>StringPrep</a> algorithm
@package stringprep
@version 0.1.5

module Text.StringPrep
data StringPrepProfile
Profile :: [Map] -> Bool -> [Prohibited] -> Bool -> StringPrepProfile
maps :: StringPrepProfile -> [Map]
shouldNormalize :: StringPrepProfile -> Bool
prohibited :: StringPrepProfile -> [Prohibited]
shouldCheckBidi :: StringPrepProfile -> Bool
runStringPrep :: StringPrepProfile -> Text -> Maybe Text
a1 :: [Range Char]
b1 :: Map
b2 :: Map
c11 :: [Range Char]
c12 :: [Range Char]
c21 :: [Range Char]
c22 :: [Range Char]
c3 :: [Range Char]
c4 :: [Range Char]
c5 :: [Range Char]
c6 :: [Range Char]
c7 :: [Range Char]
c8 :: [Range Char]
c9 :: [Range Char]

module Text.NamePrep
namePrepProfile :: Bool -> StringPrepProfile
