package orsetto

  1. Overview
  2. Docs
A library of assorted structured data interchange languages

Install

Dune Dependency

Authors

Maintainers

Sources

r1.1.2.tar.gz
sha512=e260412b2dd0f98cfe3dc7ed5c31a694eb31c93cd207c51fa12675b790234ee0ad3bf07d9be17a4dc266fedfe55b14c967cad7bc0c9414063eef8afd59f3d0d1

doc/orsetto.ucs/Ucs_transport/index.html

Module Ucs_transport

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.

OCaml

Innovation. Community. Security.

On This Page
  1. Interface