A command that removes accents
https://ftp.debian.org/debian/pool/main/u/unac/
unac is a C library and command that remove accents from a string. For instance the string été will become ete. It provides a command line interface that removes accents from a string given in argument (unaccent command). In the library function and the command, the charset of the input string is specified as an argument. The input string is converted to UTF-16 using iconv(3), accents are stripped and the result is converted back to the original charset. The iconv --list command on GNU/Linux will show all charset supported.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Application:Geo/unac && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| unac-1.8.0.patch | 0000001986 1.94 KB | |
| unac.changes | 0000000160 160 Bytes | |
| unac.spec | 0000003649 3.56 KB | |
| unac_1.8.0.orig.tar.gz | 0000281807 275 KB |
Comments 0