GNU International Domain Name Library (legacy version 1).
GNU International Domain Name Library (legacy version 1). GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names.
GNU International Domain Name Library (legacy version 1). GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names.
To install libidn, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libidn
To see what files were installed by libidn, run:
port contents libidn
To later upgrade libidn, run:
sudo port selfupdate && sudo port upgrade libidn
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.