quick way to aproximate UTF8 chars to ASCII chars https://stackoverflow.com/questions/10207354/how-to-remove-all-of-the-diacritics-from-a-file ``` iconv -f utf8 -t ascii//TRANSLIT input.txt >output.txt ```
quick way to aproximate UTF8 chars to ASCII chars
https://stackoverflow.com/questions/10207354/how-to-remove-all-of-the-diacritics-from-a-file