package orsetto

  1. Overview
  2. Docs
On This Page
  1. Interface
Legend:
Library
Module
Module type
Parameter
Class
Class type

Unicode Transport Form (UTF)

module type Profile = Ucs_transport_aux.Profile
Interface
module UTF8 : Profile

UTF-8 transport mode

module UTF16be : Profile

UTF-16 transport modes

module UTF16le : Profile
module UTF16se : Profile
module UTF32be : Profile

UTF-32 transport modes

module UTF32le : Profile
module UTF32se : Profile
type id = [
  1. | `UTF8
  2. | `UTF16be
  3. | `UTF16le
  4. | `UTF16se
  5. | `UTF32be
  6. | `UTF32le
  7. | `UTF32se
]

Identifiers

val create : [< id ] -> (module Profile)

Use create e to select the transport form identified by e.