Remove accents from Unicode strings in text
C library and command that removes accents from a string
unac
$ echo 'café' | unac
$ unac < input.txt > output.txt
$ echo 'Zoë François naïve' | unac