@hackage / punycode

Encode unicode strings to ascii forms according to RFC 3492

Latest2.0

About

Metadata

  • Last updated , by MylesMaxfield
  • License BSD-3-Clause
  • Categories Network Development, Web Development, Text Processing
  • Maintained by: Myles C. Maxfield <myles.maxfield@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

Encode unicode strings to ascii forms according to RFC 3492. It is written in pure Haskell, as opposed to gnuidn's Data.Text.IDN.Punycode. Please note that Data.Encoding.BootString from the encoding package also contains an implementation of the Punycode algorithm.