summaryrefslogtreecommitdiffstats
path: root/perl/perl-Unicode-UTF8simple/README
diff options
context:
space:
mode:
author dsomero2011-04-10 19:33:24 +0200
committer Robby Workman2011-04-11 07:10:59 +0200
commit6d4676f47584c4603794875617c534bb31afa51f (patch)
treec87b0f0ad2c14d11a2790df9fb3c508694add328 /perl/perl-Unicode-UTF8simple/README
parent856da59fe8e70c616a38ec8b1b51930d966a5e17 (diff)
downloadslackbuilds-6d4676f47584c4603794875617c534bb31afa51f.tar.gz
perl/perl-Unicode-UTF8simple: Added (Unicode::UTF8simple module)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Unicode-UTF8simple/README')
-rw-r--r--perl/perl-Unicode-UTF8simple/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-Unicode-UTF8simple/README b/perl/perl-Unicode-UTF8simple/README
new file mode 100644
index 0000000000..efaed32ff1
--- /dev/null
+++ b/perl/perl-Unicode-UTF8simple/README
@@ -0,0 +1,8 @@
+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. \ No newline at end of file