我有一个文件,我想知道其编码。我已经尝试过file
命令:
$ file —mime-type <filename>
application/octet-stream
答案 0 :(得分:0)
请允许我参考IANA的这份正式文件: https://www.iana.org/assignments/media-types/application/octet-stream
答案 1 :(得分:0)
file
的主要目的是确定文件类型,而不是猜测文本编码。 chardet
可能会带来更好的结果(如果内容确实是文本的话):
$ chardet somefile
somefile: ISO-8859-2 with confidence 0.762372935157