Bug 99980 - [NEW PORT] converters/p5-Encode-Detect: An Encode::Encoding subclass that detects the encoding of data
Summary: [NEW PORT] converters/p5-Encode-Detect: An Encode::Encoding subclass that det...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-09 22:50 UTC by gslin
Modified: 2006-07-10 02:26 UTC (History)
1 user (show)

See Also:


Attachments
p5-Encode-Detect-0.01.shar (2.73 KB, text/plain)
2006-07-09 22:50 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-07-09 22:50:09 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2006-07-09 23:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2006-07-10 02:25:59 UTC
State Changed
From-To: open->closed

New port added. Thanks.