package orsetto

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

r1.0.2.tar.gz
sha256=bb2af4d8b376b2d60fa996bd4d3b90d9f3559455672540f6d7c3598af81d483b
md5=f7bfa83013801b42fcdba607af2f012b

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