App-Basis-ConvertText2-UtfTransform
view release on metacpan or search on metacpan
my $program = get_program();
my %opt = init_app(
help_text => "Convert ascii text into UTF8 to simulate text formatting",
help_cmdline => "text string or strings to transform",
options => {}
);
# make sure we are processing utf properly for output
binmode(STDOUT, ":utf8");
say utf_smilies( utf_transform( join( " ", @ARGV ) )) ;
( run in 0.294 second using v1.01-cache-2.11-cpan-87723dcf8b7 )