Encode-Encoding subclass that detects the encoding of data
This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset. It is similar to Encode::Guess, but does not require the configuration of a set of expected encodings. Like Encode::Guess, it only supports decoding--it cannot encode.
This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset. It is similar to Encode::Guess, but does not require the configuration of a set of expected encodings. Like Encode::Guess, it only supports decoding--it cannot encode.
To install p5.34-encode-detect, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-encode-detect
To see what files were installed by p5.34-encode-detect, run:
port contents p5.34-encode-detect
To later upgrade p5.34-encode-detect, run:
sudo port selfupdate && sudo port upgrade p5.34-encode-detect
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.