package tyxml

  1. Overview
  2. Docs
type utf8 = string
val normalize : string -> utf8 * bool
val normalize_html : string -> utf8 * bool
type encoding = [
  1. | `ISO_8859_1
  2. | `US_ASCII
  3. | `UTF_16
  4. | `UTF_16BE
  5. | `UTF_16LE
  6. | `UTF_8
]
val normalize_from : encoding:[< encoding ] -> string -> utf8 * bool
OCaml

Innovation. Community. Security.