package gettext-camomile

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type encoding = string
type u
val create : GettextTypes.t -> encoding -> encoding -> u

create in_enc out_enc : create a new charset converter from charset in_enc to out_enc.

val recode : u -> string -> string

recode str enc : return a transcoded string according to enc.