aboutsummaryrefslogtreecommitdiff
path: root/system/unac/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-08-20 14:59:31 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:33 +0700
commit78298c73d1dfbf945211861154bebe840136dc4b (patch)
treebe6cc89ca72ebbcfa5f1b5dcb206d15b7a03f986 /system/unac/README
parent85ef26ae286d0aa2da88f119577445ec999ce1d2 (diff)
system/unac: Updated for version 1.8.0_9.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unac/README')
-rw-r--r--system/unac/README12
1 files changed, 7 insertions, 5 deletions
diff --git a/system/unac/README b/system/unac/README
index d0683d9169b5d..c45e3b107b8d5 100644
--- a/system/unac/README
+++ b/system/unac/README
@@ -1,5 +1,7 @@
-unac is a C library and command that removes accents from a string
-It provides a command line interface that removes accents from a
-input flow or a string given in argument (unaccent command).
-In the library function and the command, the charset of the input
-is specified as an argument.
+unac (remove accents from text)
+
+unac is a C library (libunac) and command (unaccent) that removes
+accents from a string of text; it replaces accented characters in the
+given character set with their unaccented (ASCII) equivalents.
+
+See also: perl/perl-text-unaccent, for a Perl module based on this.