# UNIC — IDNA — Punycode (RFC 3492) [![Crates.io](https://img.shields.io/crates/v/unic-idna-punycode.svg)](https://crates.io/crates/unic-idna-punycode) [![Documentation](https://docs.rs/unic-idna-punycode/badge.svg)](https://docs.rs/unic-idna-punycode/) This UNIC component implements algorithms from [Punycode: A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)](https://tools.ietf.org/html/rfc3492). ## Notes Initial code for this component is based on `idna` crate from [`rust-url`](https://github.com/servo/rust-url).