Convert Text File From ISO-8859-1 to UTF-8 (Linux Bash)


Convert iso-8859-1 Charset into utf-8 using Linux bash shell.

iconv –from-code=ISO-8859-1 –to-code=UTF-8 ISO-8859-1.html > UTF-8.html