Top > All Packages in Directory > unac

unac - Removes accents from strings

'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.

Obtaining

Web pagehttp://www.senga.org/unac/
Source tarballhttp://www.senga.org/download/unac/unac-1.7.0.tar.gz
Source informationhttp://www.senga.org/download/unac/
Version 1.7.0 (stable) released on 2002-09-03
Licensed under The GNU General Public License, Version 2.
This is not a GNU package.

Documentation
User manpage available in HTML format from http://www.freesoftware.fsf.org/unac/unac-man3.en.html
Support contacts

Developer List<unac-devel@mail.freesoftware.fsf.org> http://mail.freesoftware.fsf.org/mailman/listinfo/unac-devel

Project contacts

Maintainers
Developers

Related information

Source repository:pserver:anoncvs@subversions.gnu.org:/cvsroot/unac login http://savannah.gnu.org/cvs/?group_id=unac
Interfaceslibrary, command line
Source languagesC

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2002-09-03
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.