slackbuilds/perl/perl-Unicode-UTF8simple
Zachary Storer 43e4840792 perl/perl-Unicode-UTF8simple: Fix source URLs. 2014-07-22 16:22:34 +07:00
..
README Fix files with no newline at the end. 2012-05-21 20:01:58 -04:00
perl-Unicode-UTF8simple.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
perl-Unicode-UTF8simple.info perl/perl-Unicode-UTF8simple: Fix source URLs. 2014-07-22 16:22:34 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

Conversions to/from UTF8 from/to charactersets

Provides UTF-8 conversion for perl versions from 5.00 and up. It was
mainly written for use with perl 5.00 to 5.6.0 because those perl
versions do not support Unicode::MapUTF8 or Encode.

Unicode::UTF8simple is written in plain perl (no C code) and will
work with any Perl 5 version. It is just slightly slower than Encode.