unac 1.8.0-10 source package in Ubuntu
Changelog
unac (1.8.0-10) unstable; urgency=medium * QA upload. * Upload to unstable. * debian/tests/control: added some comments in tests. -- Joao Eriberto Mota Filho <email address hidden> Tue, 24 Aug 2021 19:09:10 -0300
Upload details
- Uploaded by:
- Debian QA Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian QA Group
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | libs | |
Lunar | release | universe | libs | |
Kinetic | release | universe | libs | |
Jammy | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
unac_1.8.0-10.dsc | 1.9 KiB | 34c3ae2f4e09ec4c31e11a570cc5f507ab2657c61944c0a2f807fd727b9dc66b |
unac_1.8.0.orig.tar.gz | 275.2 KiB | 29d316e5b74615d49237556929e95e0d68c4b77a0a0cfc346dc61cf0684b90bf |
unac_1.8.0-10.debian.tar.xz | 10.6 KiB | 67f5b90bdde5c6192f7fca323d6caf18186e93d00a850ad30ef90c7f9c8d7b13 |
Available diffs
- diff from 1.8.0-8 to 1.8.0-10 (13.5 KiB)
No changes file available.
Binary packages built by this source
- libunac1: unac programming library - runtime version
Unac is a C programmer's library that removes accents from a string.
.
This package contains only the shared library libunac.so.* and copyright
information. It is only necessary for programs that use this library. If
you plan on doing development with Unac, you will need the companion -dev
package as well.
- libunac1-dbgsym: debug symbols for libunac1
- libunac1-dev: 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.
- unaccent: Replace accented letters by their unaccented equivalent
Read data from stdin, replace accented letters by their unaccented
equivalent and write the result on stdout.
- unaccent-dbgsym: debug symbols for unaccent