encode::detect5.18(3) mojave man page | unix.com

Man Page: encode::detect5.18

Operating Environment: mojave

Section: 3

Encode::Detect(3)					User Contributed Perl Documentation					 Encode::Detect(3)

NAME
Encode::Detect - An Encode::Encoding subclass that detects the encoding of data
SYNOPSIS
use Encode; require Encode::Detect; my $utf8 = decode("Detect", $data);
DESCRIPTION
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.
SEE ALSO
Encode, Encode::Encoding, Encode::Detect::Detector
AUTHOR
John Gardiner Myers <jgmyers@proofpoint.com>
SUPPORT
For help and thank you notes, e-mail the author directly. To report a bug, submit a patch, or add to the wishlist please visit the CPAN bug manager at: http://rt.cpan.org perl v5.18.2 2017-10-06 Encode::Detect(3)
Related Man Pages
encode::guess(3pm) - redhat
encode::detect::detector5.18(3) - mojave
encode::detect::detector(3) - osx
encode::detect::detector(3) - centos
encode::gsm03385.16(3pm) - osx
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
UNIX tool on MacOS that can increase resolution of a file
My first PERL incarnation... Audio Oscillograph
[BASH] eval command not expanding variables as expected.