Unac
unac
http://www.senga.org/unac/
'unac' is a C library and command that removes accents from a string. For instance, the string ?t? will become ete. It provides a command line interface that removes accents from standard input or from a string given as an argument. 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 -l command on GNU/Linux will show all charsets supported. It currently has Perl, PHP3, and PHP4 interfaces, and is Unicode-3.2 compatible.
Documentation
User manpage available in HTML format from http://www.freesoftware.fsf.org/unac/unac-man3.en.html
Download
Download
version 1.7.0
(stable)
released on 3 September 2002
VCS Checkout
Categories
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv2 | Janet Casey | 3 September 2002 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developer | VCS Repository Webview | |
| Developer | mailto:unac-devel@mail.freesoftware.fsf.org |
Software prerequisites
This entry (in part or in whole) was last reviewed on 22 August 2002.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.