package orsetto

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

Install

Dune Dependency

Authors

Maintainers

Sources

r1.0.3.tar.gz
sha256=151ca6df499bd3de7aa89a4e1627411fbee24c4dea6e0e71ce21f06f181ee654
md5=00393728b481c2bf15919a8202732335

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