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


NAME

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

Back to Top


SYNOPSIS

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

Back to Top


DESCRIPTION

Implemetation of the KinoSearch::Highlight::Encoder manpage which encodes HTML entities. Currently, this module takes a minimal approach, encoding only '<', '>', '&', and '``'. That is likely to change in the future.

Back to Top


COPYRIGHT

Copyright 2006 Marvin Humphrey

Back to Top


LICENSE, DISCLAIMER, BUGS, etc.

See KinoSearch version 0.15.

Back to Top

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