套件:libunac1-dev(1.8.0-10 以及其他的)
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.
其他與 libunac1-dev 有關的套件
|
|
|
|
-
- dep: libc6-dev
- GNU C Library: Development Libraries and Header Files
同時作為一個虛擬套件由這些套件填實: libc6.1-dev
-
- dep: libunac1 (= 1.8.0-10+b2)
- unac programming library - runtime version