Bug 99980

Summary: [NEW PORT] converters/p5-Encode-Detect: An Encode::Encoding subclass that detects the encoding of data
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Encode-Detect-0.01.shar none

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.