forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
408 B
Text
9 lines
408 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.
|
|
|
|
WWW: http://search.cpan.org/dist/Encode-Detect/
|