Marvin Humphrey > KinoSearch > KinoSearch::Highlight::SimpleHTMLEncoder

Download:
KinoSearch-0.165.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  7
View Bugs
Report a bug
Source  

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 ^

Copyright 2006-2009 Marvin Humphrey

LICENSE, DISCLAIMER, BUGS, etc. ^

See KinoSearch version 0.165.