@hackage punycode2.0
Encode unicode strings to ascii forms according to RFC 3492
Categories
License
BSD-3-Clause
Maintainer
Myles C. Maxfield <myles.maxfield@gmail.com>
Links
Versions
Installation
Dependencies (5)
Dependents (4)
@hackage/idna2008, @hackage/acme-everything, @hackage/iri, @hackage/idna
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.