Commit Graph

2 Commits

Author SHA1 Message Date
sthen
f2d94ea127 bump 2010-09-24 15:37:42 +00:00
sthen
c42cb7c0d2 import Encode::Detect
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.

ok simon@
2008-10-16 00:01:46 +00:00