可能重复:
How can I detect the encoding/codepage of a text file
How Can I Best Guess the Encoding when the BOM (Byte Order Mark) is Missing?
我想知道是否有一些delphi库用于检测文本文件的字符编码。
答案 0 :(得分:3)
在我的评论中,有how-can-i-best-guess-the-encoding-when-the-bom-byte-order-mark-is-missing的链接,如果文本文件没有BOM
,则可能对您有用。
查看Charset Detector library并尝试一下。
它将尝试阅读BOM
,如果不是,那就是尽力猜测。