Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 762 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 762 Bytes

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.