unac (remove accents from text) 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 an 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.