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...
CAPOEIRAB/HTML-Parser-3.75 - 30 Aug 2020 19:58:22 UTCThis 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 UTCTranslate 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 UTCHTML::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 UTCHTML::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" is a pure Perl module....
RSAVAGE/HTML-Entities-Interpolate-1.10 - 04 Sep 2016 22:10:19 UTCHTML::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 UTCHTML::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 UTCEncode 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 UTCHTML::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 UTCTOKUHIROM/HTML-Entities-ConvertPictogramMobileJp-0.09 - 13 Oct 2011 02:51:31 UTC
MARCEL/Text-Pipe-HTML-1.100880 - 29 Mar 2010 21:39:35 UTC
MARCEL/Text-Pipe-HTML-1.100880 - 29 Mar 2010 21:39:35 UTC
The HTML::Fraction encodes fractions as HTML entities. Some very common fractions have HTML entities (eg "1/2" is ½). Additionally, common vulgar fractions have Unicode characters (eg "1/5" is "⅕"). This module takes a string and encodes...
MARKF/HTML-Fraction-0.50 - 20 Jan 2012 09:24:11 UTCThis 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 UTCThis module provides a host of HTML-related convenience functions, most of which output HTML elements....
MLEHMANN/PApp-2.2 - 17 Feb 2020 11:04:59 UTCThis 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 UTCThis 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 UTCThis 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 XS...
KILINRAX/HTML-Strip-2.10 - 22 Apr 2016 11:21:38 UTCTruncate html string. Correct job with html entities. Validate truncated html....
CCCP/CCCP-HTML-Truncate-0.04 - 12 Jul 2010 17:04:39 UTC