erlidna

Simple Erlang bindings for GNU libidn library implemented in NIFs.

3
2
C

Description

The erlidna library provides a simple interface to the IDNA part of GNU libidn library implemented in NIFs.

Building and Installing

Build Status

The erlidna app is built with rebar, which must be in the command PATH.

API

erlidna has a very simple API. You use erlidna:encode/1 to encode
internationalized domain names in ASCII strings using
Punycode transcription and
erlidna:decode/1 to decode back to UTF-8.

Erlang Version

The erlidna app requires Erlang R14B or later.