-
-
27 May 2008 20:50:44 UTC
- Distribution: Encode-Detect
- Module version: 1.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (14)
- Testers (4932 / 222 / 3)
- Kwalitee
Bus factor: 0- 54.42% Coverage
- License: open_source
- Activity
24 month- Tools
- Download (175.49KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- ExtUtils::CBuilder
- Module::Build
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install Encode::Detect, copy and paste the appropriate command in to your terminal.
cpanm Encode::Detect
perl -MCPAN -e shell install Encode::Detect
For more information on module installation, please visit the detailed CPAN module installation guide.