Paketname | libunac1-dev |
Beschreibung | A C programmer's library that removes accents from a string |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.8.0-2 |
Sektion | 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 | 29046 Byte |
Prüfsumme MD5 | b64407a4071b6abde64d00569273de67 |
Prüfsumme SHA1 | 9b1449d0972be8c0750233a884c1ac673c2962b1 |
Prüfsumme SHA256 | d22ff5356724be13829a2aec5271a3a5cc2a144f14d214e95af30afc5eaaf258 |
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.
|