BASH: Solve file encoding issues

# Scan a file for compliance with specified encoding type, eg. UTF-8

iconv -f utf8 file.txt -t utf8

# encoding issues can often be solved by opening the file in another text editor and saving

"The Dude abides."