App-Basis-ConvertText2-UtfTransform

 view release on metacpan or  search on metacpan

bin/utftx  view on Meta::CPAN


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.592 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )