freebsd-ports/converters/p5-Encode-Detect/pkg-descr
Rong-En Fan f016f44641 Add p5-Encode-Detect 0.01, an Encode::Encoding subclass that detects the
encoding of data.

PR:		ports/99980
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-10 01:26:05 +00:00

10 lines
461 B
Text

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.
Author: John Gardiner Myers <jgmyers@proofpoint.com>
WWW: http://search.cpan.org/dist/Encode-Detect/