The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:HTML::Entities"

HTML::Entities - Encode or decode strings with HTML entities River stage four • 548 direct dependents • 3510 total dependents

This module deals with encoding and decoding of strings with HTML character entities. The module provides the following functions: decode_entities( $string, ... ) This routine replaces HTML entities found in the $string with the corresponding Unicode...

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC

HTML::HTML5::Entities - drop-in replacement for HTML::Entities River stage two • 8 direct dependents • 36 total dependents

This is a drop-in replacement for HTML::Entities, providing the character entities defined in HTML5. Some caveats: * The implementation is pure perl, hence in some cases slower, especially decoding. * It will not work in Perl < 5.8.1. Functions "deco...

TOBYINK/HTML-HTML5-Entities-0.004 - 13 Sep 2014 14:58:38 UTC

HTML::Entities::Latin2 - Encode ISO-8859-2 characters into HTML entities. River stage zero No dependents

Translate high-bit Latin2 characters into HTML entities based on the ISO-8859-2 character map, with option of using named, decimal or hex entities. Using this process will allow Eastern European encoded text to be used in ASCII HTML pages. FUNCTIONS ...

MMATHEWS/HTML-Entities-Latin2-0.04 - 21 Jan 2005 13:10:40 UTC

HTML::Entities::Numbered - Conversion of numbered HTML entities River stage one • 3 direct dependents • 6 total dependents

HTML::Entities::Numbered is a content conversion filter for named HTML entities (symbols, mathmetical symbols, Greek letters, Latin letters, etc.). When an argument of "name2decimal()" or "name2hex()" contains some nameable HTML entities, they will b...

TANIGUCHI/HTML-Entities-Numbered-0.04 - 02 Sep 2004 14:52:36 UTC

HTML::Entities::Recursive - Encode / decode strings of complex data structure with HTML entities recursively River stage zero No dependents

HTML::Entities::Recursive provides API to encode / decode strings of complex data structure with HTML entities recursively. To avoid conflicting with HTML::Entities' functions, HTML::Entities::Recursive is written in OO-style. There is no function to...

PUNYTAN/HTML-Entities-Recursive-0.01 - 14 Nov 2010 09:08:10 UTC

HTML::Entities::Interpolate - Call HTML::Entities::encode_entities, via a hash, within a string River stage two • 9 direct dependents • 16 total dependents

"HTML::Entities::Interpolate" is a pure Perl module....

RSAVAGE/HTML-Entities-Interpolate-1.10 - 04 Sep 2016 22:10:19 UTC

HTML::Entities::ImodePictogram - encode / decode i-mode pictogram River stage zero No dependents

HTML::Entities::ImodePictogram handles HTML entities for i-mode pictogram (emoji), which are assigned in Shift_JIS private area. See http://www.nttdocomo.co.jp/i/tag/emoji/index.html for details about i-mode pictogram....

MIYAGAWA/HTML-Entities-ImodePictogram-0.06 - 23 Jun 2003 16:48:46 UTC

HTML::Entities::Numbered::Table - HTML entities table River stage one • 3 direct dependents • 6 total dependents

HTML::Entities::Numbered::Table is HTML entities table. The table is including every named entity and decimal pairs....

TANIGUCHI/HTML-Entities-Numbered-0.04 - 02 Sep 2004 14:52:36 UTC

Template::Stash::HTML::Entities - Encode the value automatically using HTML::Entities River stage zero No dependents

Encode the demanded value automatically. When you need raw data (For example, using it for the textarea element), you should decode it explicitly....

YOSHIDA/Template-Stash-HTML-Entities-1.3.1 - 04 May 2007 08:06:56 UTC

HTML::Entities::ConvertPictogramMobileJp - convert pictogram entities River stage one • 1 direct dependent • 2 total dependents

HTML::Entities::ConvertPictogramMobileJp is Japanese mobile phone's pictogram converter. HTML 中にふくまれる絵文字の Unicode 16進数値文字参照の DoCoMo 絵文字を、SoftBank/KDDI の絵文字に変換します。 DoCoMo Mova/AirHPhone の場合には、 Unicode 数値文字参照ではなく SJIS の数値文字参照に変換して出力 することに注意してください。これは、該...

TOKUHIROM/HTML-Entities-ConvertPictogramMobileJp-0.09 - 13 Oct 2011 02:51:31 UTC

lib/HTML/Entities/ConvertPictogramMobileJp/KDDITABLE.pm River stage one • 1 direct dependent • 2 total dependents

TOKUHIROM/HTML-Entities-ConvertPictogramMobileJp-0.09 - 13 Oct 2011 02:51:31 UTC

Text::Pipe::HTML::EncodeEntities - Text pipe that can encode HTML entities River stage zero No dependents

MARCEL/Text-Pipe-HTML-1.100880 - 29 Mar 2010 21:39:35 UTC

Text::Pipe::HTML::DecodeEntities - Text pipe that can decode HTML entities River stage zero No dependents

MARCEL/Text-Pipe-HTML-1.100880 - 29 Mar 2010 21:39:35 UTC

HTML::Fraction - Encode fractions as HTML entities River stage one • 1 direct dependent • 1 total dependent

The HTML::Fraction encodes fractions as HTML entities. Some very common fractions have HTML entities (eg "1/2" is &frac12;). Additionally, common vulgar fractions have Unicode characters (eg "1/5" is "&#8533;"). This module takes a string and encodes...

MARKF/HTML-Fraction-0.50 - 20 Jan 2012 09:24:11 UTC

Text::Pipe::HTML - Text pipes that can encode and decode HTML entities River stage zero No dependents

This is a marker class; the actual pipe segment classes live in the "Text::Pipe::HTML::" namespace....

MARCEL/Text-Pipe-HTML-1.100880 - 29 Mar 2010 21:39:35 UTC

PApp::HTML - utility functions for html generation River stage zero No dependents

This module provides a host of HTML-related convenience functions, most of which output HTML elements....

MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 UTC

YAPE::HTML - Yet Another Parser/Extractor for HTML River stage zero No dependents

This module is yet another parser and tree-builder for HTML documents. It is designed to make extraction and modification of HTML documents simplistic. The API allows for easy custom additions to the document being parsed, and allows very specific ta...

PINYAN/YAPE-HTML-1.11 - 06 Feb 2001 06:23:48 UTC

HTML::Bare - Minimal HTML parser implemented via a C state engine River stage zero No dependents

This module is a 'Bare' HTML parser. It is implemented in C. The parser itself is a simple state engine that is less than 500 lines of C. The parser builds a C struct tree from input text. That C struct tree is converted to a Perl hash by a Perl func...

CODECHILD/HTML-Bare-0.02 - 06 Sep 2014 23:43:01 UTC

CCCP::HTML::Truncate - truncate html with html-entities. River stage zero No dependents

Truncate html string. Correct job with html entities. Validate truncated html....

CCCP/CCCP-HTML-Truncate-0.04 - 12 Jul 2010 17:04:39 UTC

HTML::Strip - Perl extension for stripping HTML markup from text. River stage two • 20 direct dependents • 29 total dependents

This module simply strips HTML-like markup from text rapidly and brutally. It could easily be used to strip XML or SGML markup instead - but as removing HTML is a much more common problem, this module lives in the HTML:: namespace. It is written in X...

KILINRAX/HTML-Strip-2.12 - 20 Mar 2023 17:41:33 UTC
112 results (0.031 seconds)