unac

Remove accents from Unicode strings in text

brewmacoslinux
Try with needOr install directly
Source

About

C library and command that removes accents from a string

Commands

unac

Examples

Remove accents from a simple string$ echo 'café' | unac
Remove accents from a file and save output$ unac < input.txt > output.txt
Remove accents from multiple accented characters$ echo 'Zoë François naïve' | unac