package oniguruma

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

Character encodings.

type _ t

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

type ascii
val ascii : ascii t

The ASCII encoding.

type utf8
val utf8 : utf8 t

The UTF-8 encoding.