summaryrefslogtreecommitdiff
path: root/textproc/p5-Encode-Detect/DESCR
blob: 9607f7f1167f7955b0f7efd6a1c8693cb1756153 (plain)
1
2
3
4
5
6
7
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.