iconv encoding from windows to linux
Hey Guys,
I have a windows text file with call data i'm trying to move across to my linux box for processing, problem is when i run iconv -f UTF-16 -t UTF8 it seems to wrap the text which and makes it impossible to process the file through our linux Telephone Management System. My question is what can i do to prevent the text wrap, should i choose another encoding?
Regards
|