libhtml-encoding-perl

perl module determining the encoding of HTML/XML/XHTML documents

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/HTML-Encoding


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libhtml-encoding-perl