KinoSearch1::Highlight::SimpleHTMLEncoder.3pm

Langue: en

Version: 2010-06-16 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

KinoSearch1::Highlight::SimpleHTMLEncoder - encode a few HTML entities

SYNOPSIS

     # returns '"Hey, you!"'
     my $encoded = $encoder->encode('"Hey, you!"');
 
 

DESCRIPTION

Implemetation of KinoSearch1::Highlight::Encoder which encodes HTML entities. Currently, this module takes a minimal approach, encoding only '<', '>', '&', and '"'. That is likely to change in the future. Copyright 2006-2010 Marvin Humphrey

LICENSE, DISCLAIMER, BUGS, etc.

See KinoSearch1 version 1.00.