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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Surveyor::Benchmark::HTMLEntities - Benchmark HTML entity escaping River stage one • 1 direct dependent • 1 total dependent

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.025 - 02 Feb 2024 20:19:13 UTC - Search in distribution

Twitter::API::Trait::DecodeHtmlEntities - Decode HTML entities in strings River stage one • 3 direct dependents • 3 total dependents

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

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 - Search in distribution

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 - Search in distribution

XML::Entities - Decode strings with XML entities River stage two • 4 direct dependents • 17 total dependents

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

PLP - Perl in HTML pages River stage zero No dependents

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

MIME::Tools - modules for parsing (and creating!) MIME entities River stage three • 66 direct dependents • 210 total dependents

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.514 - 06 Feb 2024 20:49:02 UTC - Search in distribution
  • MIME::Head - MIME message header (a subclass of Mail::Header)

Mojo::DOM58::Entities - Escape or unescape HTML entities in strings River stage two • 24 direct dependents • 43 total dependents

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 River stage two • 11 direct dependents • 19 total dependents

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 River stage zero No dependents

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
456 results (0.114 seconds)