1
我需要將文件轉換爲8位(西里爾文/ 8859-5),所以我在做從UTF8轉換爲ISO 8859-5,越來越ISO 8859-1代替
iconv --from-code=UTF-8 --to-code=ISO-8859-5 file.UTF8 -o file.ISO
它的工作原理最後當我檢查編碼我得到
file -bi file.ISO
text/plain; charset=iso-8859-1
爲什麼ISO-8859-1?