Search results for "HTML::Entities"
HTML::Entities - Encode or decode strings with HTML entities
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.81 - 31 Jan 2023 03:13:18 UTC - Search in distribution- HTML::Parser - HTML parser class
HTML::HTML5::Entities - drop-in replacement for HTML::Entities
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 - Search in distribution
HTML::Entities::Latin2 - Encode ISO-8859-2 characters into HTML entities.
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 - Search in distribution
HTML::Entities::Numbered - Conversion of numbered HTML entities
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 - Search in distribution- HTML::Entities::Numbered::Table - HTML entities table
HTML::Entities::Recursive - Encode / decode strings of complex data structure with HTML entities recursively
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 - Search in distribution
HTML::Entities::Interpolate - Call HTML::Entities::encode_entities, via a hash, within a string
"HTML::Entities::Interpolate" is a pure Perl module....
RSAVAGE/HTML-Entities-Interpolate-1.10 - 04 Sep 2016 22:10:19 UTC - Search in distribution
HTML::Entities::ImodePictogram - encode / decode i-mode pictogram
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 - Search in distribution- HTML::Entities::ImodePictogram - i-modeÍѳ¨Ê¸»ú¤Î¥¨¥ó¥³¡¼¥É/¥Ç¥³¡¼¥É
Template::Stash::HTML::Entities - Encode the value automatically using HTML::Entities
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 - Search in distribution
HTML::Entities::ConvertPictogramMobileJp - convert pictogram entities
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 - Search in distribution
Text::Pipe::HTML::EncodeEntities - Text pipe that can encode HTML entities
MARCEL/Text-Pipe-HTML-1.100880
-
29 Mar 2010 21:39:35 UTC
-
Search in distribution
- Text::Pipe::HTML::DecodeEntities - Text pipe that can decode HTML entities
- Text::Pipe::HTML - Text pipes that can encode and decode HTML entities
Surveyor::Benchmark::HTMLEntities - Benchmark HTML entity escaping
HTML::Escape provides a limited functionality HTML entity escaper. It only handles "><&"'". As such, it can be quite a bit faster because it does less. Here are some numbers from my Mid-2012 MacBook Air: XS versus pure Perl: Benchmark: timing 10000 i...
BDFOY/Surveyor-Benchmark-HTMLEntities-1.023 - 09 Jan 2022 01:54:41 UTC - Search in distribution
Twitter::API::Trait::DecodeHtmlEntities - Decode HTML entities in strings
Twitter has trust issues. They assume you're going to push the text you receive in API responses to a web page without HTML encoding it. But you HTML encode all of your output right? And Twitter's lack of trust has you double encoding entities. So, i...
MMIMS/Twitter-API-1.0006 - 01 Apr 2021 17:24:35 UTC - Search in distribution- Twitter::API - A Twitter REST API library for Perl
HTML::Fraction - Encode fractions as HTML entities
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 UTC - Search in distribution
CCCP::HTML::Truncate - truncate html with html-entities.
Truncate html string. Correct job with html entities. Validate truncated html....
CCCP/CCCP-HTML-Truncate-0.04 - 12 Jul 2010 17:04:39 UTC - Search in distribution
XML::Entities - Decode strings with XML entities
Based upon the HTML::Entities module by Gisle Aas This module deals with decoding of strings with XML character entities. The module provides two functions: decode( $entity_set, $string, ... ) This routine replaces XML entities from $entity_set found...
SIXTEASE/XML-Entities-1.0002 - 17 Aug 2015 13:03:40 UTC - Search in distribution
MIME::Tools - modules for parsing (and creating!) MIME entities
MIME-tools is a collection of Perl5 MIME:: modules for parsing, decoding, *and generating* single- or multipart (even nested multipart) MIME messages. (Yes, kids, that means you can send messages with attached GIF files)....
DSKOLL/MIME-tools-5.510 - 06 Jul 2022 14:20:39 UTC - Search in distribution- MIME::Head - MIME message header (a subclass of Mail::Header)
PLP - Perl in HTML pages
PLP is yet another Perl embedder, primarily for HTML documents. Unlike with other Perl embedders, there is no need to learn a meta-syntax or object model: one can just use the normal Perl constructs. PLP runs under FastCGI and mod_perl for speeds com...
SHIAR/PLP-3.25 - 01 Apr 2018 02:54:51 UTC - Search in distribution
Mojo::DOM58::Entities - Escape or unescape HTML entities in strings
Mojo::DOM58::Entities contains functions for escaping and unescaping HTML entities for Mojo::DOM58, based on functions from Mojo::Util. All functions are exported on demand....
DBOOK/Mojo-DOM58-3.001 - 16 Jun 2021 05:30:08 UTC - Search in distribution
HTML::Escape - Extremely fast HTML escaping
This modules provides a function which escapes HTML's special characters. It performs a similar function to PHP's htmlspecialchars. It escapes the following characters: " & ' < > ` { } This module uses XS for better performance, but it also provides ...
TOKUHIROM/HTML-Escape-1.11 - 27 Sep 2021 04:12:41 UTC - Search in distribution
TX::Escape - simple HTML escaping routines
This module contains 3 simple functions that are often used in combination with HTML processing. $escaped=url_esc $string returns $string with all characters except of A .. Z, a .. z, 0 .. 9, -, _, ., !, ~, *, ', (, ) and / replaced by their %HH nota...
OPI/TX-0.09 - 14 Jun 2010 16:05:06 UTC - Search in distribution