KinoSearch::Highlight::SimpleHTMLEncoder.3pm

Langue: en

Autres versions - même langue

Version: 2008-11-10 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

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

DESCRIPTION

Implemetation of KinoSearch::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-2007 Marvin Humphrey

LICENSE, DISCLAIMER, BUGS, etc.

See KinoSearch version 0.163.