From da03ac216d4aab503eb0d80d2cb7e61b775317b8 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 26 May 2016 20:44:29 +0200 Subject: system/unac: Fix invalid chars in desc. Signed-off-by: Matteo Bernardini --- system/unac/README | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'system/unac/README') diff --git a/system/unac/README b/system/unac/README index 541db046af..d0683d9169 100644 --- a/system/unac/README +++ b/system/unac/README @@ -1,7 +1,5 @@ -unac (remove accents from text) - -unac is a C library and command that removes accents from a string. For -instance the string été will become ete. It provides a command line -interface that removes accents from an 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 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. -- cgit v1.2.3