mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
908d2798bc
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
370 B
Text
7 lines
370 B
Text
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.
|