Text::Emoticon - Factory class for Yahoo! and MSN emoticons


Text-Emoticon documentation  | view source Contained in the Text-Emoticon distribution.

Index


NAME

Top

Text::Emoticon - Factory class for Yahoo! and MSN emoticons

SYNOPSIS

Top

  use Text::Emoticon;

  my $emoticon = Text::Emoticon->new('MSN', { strict => 1, xhtml => 0 });
  print $emoticon->filter('Hello ;)');

DESCRIPTION

Top

Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. It's made to become handy to be used in other applications like Kwiki/MT plugins.

AUTHOR

Top

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Top

Text::Emoticon::MSN, Text::Emoticon::Yahoo


Text-Emoticon documentation  | view source Contained in the Text-Emoticon distribution.