Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 txt 文件,我正在尝试确定其编码。我在 Firefox 中打开它并单击查看-> 字符编码,它显示 ISO-8859-1。如果我在记事本或记事本++中打开它,它会显示 ANSI。
所以我现在很困惑。
ANSI 和 ISO-8859-1 都是 Windows-1252 的常见错误标签。如果字符看起来正确,则文件以 Windows-1252 编码。
请注意,ISO-8859-1 是真正的编码(ANSI 根本不是编码),只是 Windows-1252 对 range 中的有用字符进行编码0x80-0x9F,否则在 ISO-8859-1 中会浪费这些字符。
0x80-0x9F