libunac1-dev

Rating: 
0
No votes yet

Package contains libraries, required by other applications as dependencies. Do not install separately.

A C programmer's library that removes accents from a string
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.

Category:

Application versions: 
AttachmentSizeDate
File libunac1-dev_1.8.0-6_armel.deb31.69 KB05/08/2013 - 12:52
Changelog: 

unac (1.8.0-6) unstable; urgency=low

* create unaccent.install (closes: #598608)