DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibunac1-dev
BeschreibungA C programmer's library that removes accents from a string
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.8.0-2
Sektionlibdevel
Prioritätoptional
Installierte Größe136 Byte
Hängt ab vonlibunac1 (= 1.8.0-2), libc6-dev
Empfohlene Pakete
PaketbetreuerLoic Dachary (OuoU)
Quelleunac
Paketgröße29046 Byte
Prüfsumme MD5b64407a4071b6abde64d00569273de67
Prüfsumme SHA19b1449d0972be8c0750233a884c1ac673c2962b1
Prüfsumme SHA256d22ff5356724be13829a2aec5271a3a5cc2a144f14d214e95af30afc5eaaf258
Link zum Herunterladenlibunac1-dev_1.8.0-2_i386.deb
Ausführliche BeschreibungUnac 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.


Impressum
Linux is a registered trademark of Linus Torvalds