mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/unac: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
b1b1727e1a
commit
da03ac216d
2 changed files with 10 additions and 12 deletions
|
@ -1,7 +1,5 @@
|
||||||
unac (remove accents from text)
|
unac is a C library and command that removes accents from a string
|
||||||
|
It provides a command line interface that removes accents from a
|
||||||
unac is a C library and command that removes accents from a string. For
|
input flow or a string given in argument (unaccent command).
|
||||||
instance the string été will become ete. It provides a command line
|
In the library function and the command, the charset of the input
|
||||||
interface that removes accents from an input flow or a string given in
|
is specified as an argument.
|
||||||
argument (unaccent command). In the library function and the command,
|
|
||||||
the charset of the input is specified as an argument.
|
|
||||||
|
|
|
@ -8,11 +8,11 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
unac: unac (remove accents from text)
|
unac: unac (remove accents from text)
|
||||||
unac:
|
unac:
|
||||||
unac: unac is a C library and command that removes accents from a
|
unac: unac is a C library and command that removes accents from a string
|
||||||
unac: string. For instance the string été will become ete. It provides
|
unac: It provides a command line interface that removes accents from a
|
||||||
unac: a command line interface that removes accents from a input flow or a
|
unac: input flow or a string given in argument (unaccent command).
|
||||||
unac: string given in argument (unaccent command). In the library function
|
unac: In the library function and the command, the charset of the input
|
||||||
unac: and the command, the charset of the input is specified as an argument.
|
unac: is specified as an argument.
|
||||||
unac:
|
unac:
|
||||||
unac:
|
unac:
|
||||||
unac:
|
unac:
|
||||||
|
|
Loading…
Reference in a new issue