package oniguruma

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Oniguruma.EncodingSource

Character encodings.

Sourcetype _ t

A character encoding. The phantom type parameter indicates the encoding.

Sourcetype ascii
Sourceval ascii : ascii t

The ASCII encoding.

Sourcetype utf8
Sourceval utf8 : utf8 t

The UTF-8 encoding.

OCaml

Innovation. Community. Security.