diff options
author | B. Watson <yalhcru@gmail.com> | 2015-10-28 23:48:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-28 23:48:46 +0700 |
commit | 908d2798bcbc477bd59dca0e29f5868f06c79de3 (patch) | |
tree | 193fee955ab44881abc5b95f05ac06d64c96536c /system/unac/README | |
parent | 80aa8990f94c699626677b610c1e6782ca5c22a5 (diff) | |
download | slackbuilds-908d2798bcbc477bd59dca0e29f5868f06c79de3.tar.gz |
system/unac: Added (remove accents from text).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unac/README')
-rw-r--r-- | system/unac/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/unac/README b/system/unac/README new file mode 100644 index 0000000000..541db046af --- /dev/null +++ b/system/unac/README @@ -0,0 +1,7 @@ +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. |