Module UNF


module UNF: sig .. end
Unicode normal form (NFD, NFKD, NFC, NFKC) as described in UTR #15

class nfd : UChar.t #OOChannel.obj_output_channel -> [UChar.t] OOChannel.obj_output_channel
class nfc : UChar.t #OOChannel.obj_output_channel -> [UChar.t] OOChannel.obj_output_channel
class nfkd : UChar.t #OOChannel.obj_output_channel -> [UChar.t] OOChannel.obj_output_channel
class nfkc : UChar.t #OOChannel.obj_output_channel -> [UChar.t] OOChannel.obj_output_channel
module type Type = sig .. end
module Make: 
functor (Text : UnicodeString.Type) -> Type with type text = Text.t and type index = Text.index