package devkit

  1. Overview
  2. Docs

Parameters

module CONV : CONV

Signature

exception Bad_input
exception Overflow

punycode conversion

val encode : string -> string
val decode : string -> string

IDN conversion

val encode_domain : string -> string
val decode_domain : string -> string
val self_test : unit -> unit