summaryrefslogtreecommitdiffstats
path: root/perl/perl-text-unaccent/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-text-unaccent/README')
-rw-r--r--perl/perl-text-unaccent/README12
1 files changed, 8 insertions, 4 deletions
diff --git a/perl/perl-text-unaccent/README b/perl/perl-text-unaccent/README
index 1167d43ea0..c4e2edd1a0 100644
--- a/perl/perl-text-unaccent/README
+++ b/perl/perl-text-unaccent/README
@@ -1,6 +1,10 @@
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).
+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 calls unac_string_utf16 to return the unaccented
+equivalent. The conversion from and to UTF-16 is done with iconv(1).
+
+See also: system/unac, for a library and command-line tool that does
+the same thing.