package fmlib_parse

  1. Overview
  2. Docs

Module Le.Encoder

type t = Uchar.t
val to_internal : t -> string

Internal representation in Ocaml is utf-8

val to_external : t -> string

The external representation in the corresponding encoding.