I have a file containing many vowels with diacritics. I need to make these replacements:
I like iconv as it handles all accents variations :
iconv
cat non-ascii.txt | iconv -f utf8 -t ascii//TRANSLIT//IGNORE > ascii.txt