package orsetto

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

Install

Dune Dependency

Authors

Maintainers

Sources

r1.1.tar.gz
sha256=6e6f59fc6a2c590b1b377e40f2120a548e6f09e61e7eb12ffa45cf2d517316b8
md5=533153cd4a9fe8093d3b98afc1073bc8

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