What does "position" mean in iconv error message?
It's the 245256667 byte of the file. If you do a:
dd if=2001.txt of=error.txt bs=1 count=10 skip=245256667
You should be able to see the non valid utf8 sequence by doing a hexdump -C error.txt
It's the 245256667 byte of the file. If you do a:
dd if=2001.txt of=error.txt bs=1 count=10 skip=245256667
You should be able to see the non valid utf8 sequence by doing a hexdump -C error.txt