Paketname | libunac1-dev |
Beschreibung | A C programmer's library that removes accents from a string |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.8.0-2 |
Sektion | universe/libdevel |
Priorität | optional |
Installierte Größe | 136 Byte |
Hängt ab von | libunac1 (= 1.8.0-2), libc6-dev |
Empfohlene Pakete | |
Paketbetreuer | Loic Dachary (OuoU) |
Quelle | unac |
Paketgröße | 29038 Byte |
Prüfsumme MD5 | 7fc5cdae633aa72bc70f4a68efc19d38 |
Prüfsumme SHA1 | af8cc050fd7ac1cd0037aff8f36d6770ae61088f |
Prüfsumme SHA256 | 286a8a704a59651e7e0f0293feeeb93af6608321d3f92d19d851d38e59c6257c |
Link zum Herunterladen | libunac1-dev_1.8.0-2_i386.deb |
Ausführliche Beschreibung | Unac is a C programmer's library that removes accents from a string.
For instance the string été will become ete. 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. The
input 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.
|