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
DocumentationUser manpage available in HTML format from http://www.freesoftware.fsf.org/unac/unac-man3.en.html
Support contacts
Project contacts
Related information
Entry information
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.