slackbuilds_ponce/perl/perl-Unicode-UTF8simple/README
dsomero 6d4676f475 perl/perl-Unicode-UTF8simple: Added (Unicode::UTF8simple module)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2011-04-11 00:10:59 -05:00

8 lines
No EOL
371 B
Text

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.