aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-text-unaccent/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2015-10-28 23:50:42 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-28 23:50:42 +0700
commit94fc0ca4d62b92e411f5dd93e5192069dd138b63 (patch)
treeac091c368ca3df908b9640c8103d7d314a25ffa1 /perl/perl-text-unaccent/README
parent908d2798bcbc477bd59dca0e29f5868f06c79de3 (diff)
downloadslackbuilds-94fc0ca4d62b92e411f5dd93e5192069dd138b63.tar.xz
perl/perl-text-unaccent: Added (perl module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-text-unaccent/README')
-rw-r--r--perl/perl-text-unaccent/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-text-unaccent/README b/perl/perl-text-unaccent/README
new file mode 100644
index 000000000000..1167d43ea0be
--- /dev/null
+++ b/perl/perl-text-unaccent/README
@@ -0,0 +1,6 @@
+perl-text-unaccent (perl module to remove accents from a string)
+
+Text::Unaccent is a module that remove accents from a string. unac_string
+converts the input string from the specified charset to UTF-16 and call
+unac_string_utf16 to return the unaccented equivalent. The conversion
+from and to UTF-16 is done with iconv(1).