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 Ubuntu Archiv lucid (universe)
Version1.8.0-2
Sektionuniverse/libdevel
Prioritätoptional
Installierte Größe136 Byte
Hängt ab vonlibunac1 (= 1.8.0-2), libc6-dev
Empfohlene Pakete
PaketbetreuerLoic Dachary (OuoU)
Quelleunac
Paketgröße29038 Byte
Prüfsumme MD57fc5cdae633aa72bc70f4a68efc19d38
Prüfsumme SHA1af8cc050fd7ac1cd0037aff8f36d6770ae61088f
Prüfsumme SHA256286a8a704a59651e7e0f0293feeeb93af6608321d3f92d19d851d38e59c6257c
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