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::gsm03385.18(3pm) - mojave
encode::detect::detector(3) - suse
encode::detect::detector(3) - centos
encode::gsm0338(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
12-Core MacPro (2013) kernel_task over 1200%
UNIX tool on MacOS that can increase resolution of a file
My first PERL incarnation... Audio Oscillograph
How can I direct messages from mac console.app to a log file?