h***@gmail.com
2006-01-24 08:36:30 UTC
hi guy,
How to convert a UTF-16LE file to UTF-8, without the BOM
e.g. iconv -f UTF-16LE -t UTF-8 -o output.txt input.txt
this above command will output UTF-8 file with BOM
since if I use this UTF-8 with BOM file and futher convert into another
encoding, such as BIG-5
error will be returned as : illegal input sequence at position 0
thanks.
How to convert a UTF-16LE file to UTF-8, without the BOM
e.g. iconv -f UTF-16LE -t UTF-8 -o output.txt input.txt
this above command will output UTF-8 file with BOM
since if I use this UTF-8 with BOM file and futher convert into another
encoding, such as BIG-5
error will be returned as : illegal input sequence at position 0
thanks.