iconv -f UTF-8 index.html -o /dev/null
Will return errors if file has non-utf8 characters (for example special characters in ISO encoding).
iconv -f UTF-8 index.html -o /dev/null
Will return errors if file has non-utf8 characters (for example special characters in ISO encoding).