slackbuilds/perl/perl-Unicode-UTF8simple
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
perl-Unicode-UTF8simple.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
perl-Unicode-UTF8simple.info perl/perl-Unicode-UTF8simple: Update homepage and download. 2018-05-27 11:11:14 +07:00
slack-desc perl/perl-Unicode-UTF8simple: Update homepage and download. 2018-05-27 11:11:14 +07: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.