File: control

package info (click to toggle)
libhtml-encoding-perl 0.61-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 296 kB
  • ctags: 14
  • sloc: perl: 350; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,516 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: libhtml-encoding-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libhtml-parser-perl, libwww-perl, perl, libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/HTML-Encoding/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-encoding-perl/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-encoding-perl/

Package: libhtml-encoding-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl, libwww-perl
Description: perl module determining the encoding of HTML/XML/XHTML documents
 HTML::Encoding helps to determine the encoding of HTML and XML/XHTML
 documents. It can export the following functions:
 .
  encoding_from_content - Extracts charset from the Content-Type header value.
  encoding_from_byte_order_mark - Read byte order mark from an octet sequence.
  encoding_from_xml_declaration - Extract encoding XML or text declaration.
  encoding_from_first_chars - Can be useful to distinguish UTF-16LE from UTF-8.
  encoding_from_meta_element - Looks at <meta http-equiv=Content-Type.....>.
  encoding_from_xml_document - A best guess from a list of suspected encodings.
  encoding_from_html_document - A best guess from a list of suspected encodings.
  encoding_from_http_message - Takes an HTTP::Message and returns the encoding.