UNF.MakeSourcemodule Config : ConfigInt.Typemodule Text : UnicodeString.Typeclass nfd : UChar.t OOChannel.obj_output_channel -> UChar.t
CamomileLibrary__.OOChannel.obj_output_channelclass nfc : UChar.t OOChannel.obj_output_channel -> UChar.t
CamomileLibrary__.OOChannel.obj_output_channelclass nfkd : UChar.t OOChannel.obj_output_channel -> UChar.t
CamomileLibrary__.OOChannel.obj_output_channelclass nfkc : UChar.t OOChannel.obj_output_channel -> UChar.t
CamomileLibrary__.OOChannel.obj_output_channelConversion to NFD, NFKD, NFC, NFKC forms.
put_nfd b t, put_nfkd b t, put_nfc b t, put_nfkc b t clear the contents of b and put the NFD, NFKD, NFC, NFKC forms of t into b respectively.