package opencc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type conversion =
  1. | Fast
  2. | SegmentOnly
  3. | ListCandidates
val create : string -> t
val convert_utf8 : t -> string -> string
val set_conversion_mode : t -> conversion -> unit