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
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