1Text::Emoticon(3) User Contributed Perl Documentation Text::Emoticon(3)
2
3
4
6 Text::Emoticon - Factory class for Yahoo! and MSN emoticons
7
9 use Text::Emoticon;
10
11 my $emoticon = Text::Emoticon->new('MSN', { strict => 1, xhtml => 0 });
12 print $emoticon->filter('Hello ;)');
13
15 Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set.
16 It's made to become handy to be used in other applications like
17 Kwiki/MT plugins.
18
20 Tatsuhiko Miyagawa <miyagawa@bulknews.net>
21
22 This library is free software; you can redistribute it and/or modify it
23 under the same terms as Perl itself.
24
26 Text::Emoticon::MSN, Text::Emoticon::Yahoo
27
28
29
30perl v5.32.1 2021-01-27 Text::Emoticon(3)