|
NAMEKinoSearch1::Highlight::SimpleHTMLEncoder - encode a few HTML entitiesSYNOPSIS# returns '"Hey, you!"' my $encoded = $encoder->encode('"Hey, you!"'); DESCRIPTIONImplemetation 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.COPYRIGHTCopyright 2006-2010 Marvin HumphreyLICENSE, DISCLAIMER, BUGS, etc.See KinoSearch1 version 1.01.
Visit the GSP FreeBSD Man Page Interface. |