Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 641 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 641 Bytes

erlang-idna

A pure Erlang IDNA implementation.

Usage

1> Domain = unicode:characters_to_list("www.詹姆斯.com").
...
2> idna:to_ascii(Domain).
...

Useful references

RFC3490 (IDNA)

RFC3492 (Punycode)

addressable (Ruby URI implementation)

punycode4r (Ruby punycode implementation)

Unicode Character Database

UAX #15 (Unicode Normalization Forms)