The Net::IDN::Encode perl module is used for internationalizing domain names in applications
The Net::IDN::Encode package provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs). IDNs use characters drawn from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to be represented using only the ASCII characters already allowed in so-called host names today (letter-digit-hypen, /[A-Z0-9-]/i). Use this module if you just want to convert domain names (or email addresses), using whatever IDNA standard is the best choice at the moment.
The Net::IDN::Encode package provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs). IDNs use characters drawn from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to be represented using only the ASCII characters already allowed in so-called host names today (letter-digit-hypen, /[A-Z0-9-]/i). Use this module if you just want to convert domain names (or email addresses), using whatever IDNA standard is the best choice at the moment.
To install p5.28-net-idn-encode, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-net-idn-encode
To see what files were installed by p5.28-net-idn-encode, run:
port contents p5.28-net-idn-encode
To later upgrade p5.28-net-idn-encode, run:
sudo port selfupdate && sudo port upgrade p5.28-net-idn-encode
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.