[ 源代码: unac ]
软件包: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