solaris - Converting from ascii to utf-8 format - iconv not working - Unix & Linux Stack Exchange
I have a requirement to convert from ASCII text format to UTF-8. Below is what I am performing through the iconv command: [root@main tmp]# cat File1 1 5 6 [root@main tmp]# file ......