camomile.library
Private.StringPrep_data
Data defined in appendix of RFC 3454
camomile
camomile.default_config
camomile.dyn
camomile.lib_default
type mapping =
| Diff of int
character replaced by its codepoint + the diff value
| List of UChar.t list
character replaced by this list of characters
type of replacement for characters
module MappingMap : UCharTbl.Type with type elt = mapping
val mapping_to_list : UChar.t -> mapping -> UChar.t list
module type Type = sig ... end
module Make (Config : ConfigInt.Type) : Type