Using iconv to convert from UTF-16LE to UTF-8
I forgot the -o switch! The final command is : iconv -f UTF-16LE -t UTF-8 <filename> -o <new-filename>
I forgot the -o switch! The final command is : iconv -f UTF-16LE -t UTF-8 <filename> -o <new-filename>