Module Private.StringPrep_dataSource

Data defined in appendix of RFC 3454

Sourcetype mapping =
  1. | Diff of int
    (*

    character replaced by its codepoint + the diff value

    *)
  2. | List of UChar.t list
    (*

    character replaced by this list of characters

    *)

type of replacement for characters

Sourceval mapping_to_list : UChar.t -> mapping -> UChar.t list
Sourcemodule type Type = sig ... end