Question : iconv :  illegal input sequence at position

hi,

i am trying to convert text file to unicode-16 and this is the eror that
i get:  illegal input sequence at position .

iconv -t UTF-16 textfile  > filename

is there a problem using this command for conversion ? tks

Answer : iconv :  illegal input sequence at position

Try this:

iconv -f ASCII -t UTF-16 -o outputfile textfile
Random Solutions  
 
programming4us programming4us