stringprep-0.1: Text/NamePrep.hs
module Text.NamePrep where
import Text.StringPrep
namePrepProfile :: StringPrepProfile
namePrepProfile = Profile {
maps = [b1,b2],
shouldNormalize = True,
prohibited = [c12,c22,c3,c4,c5,c6,c7,c8,c9],
shouldCheckBidi = True
}