Converting Unicode file to UTF8 format | Unix Linux Forums | Shell Programming and Scripting
Hi, I was able to successfully convert the file to UTF-8 format using the following command iconv -f ISO8859-9 -t UTF-8 > I still have one issue. We will receive file with encode type format ANSI and in some cases UTF-8. If the file comes ......