Categories
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.
Last updated 22 Aug, 2002
Versions
1.7.0
1.7.0 stable released 2002-09-03
- Released: 3 Sep, 2002
- Code Maturity: Stable
- Source Archive: http://www.senga.org/download/unac/unac-1.7.0.t...
- Licenses: GPLv2
- Interfaces: Command Line, Library
User Community and Support
User manpage available in HTML format from http://www.freesoftware.fsf.org/unac/unac-man3.en.html
General Resources
Development
Developer Resources
- VCS Checkout Command:
:pserver:anoncvs@subversions.gnu.org:/cvsroot/unac login - VCS Repository Webview



