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.
我创建了一个文件,其中包含(摄氏度字符)和其他需要超过一个字节的字符。在记事本++中,它显示编码ANSI,因为它是ANSI,那么为什么记事本显示多字节字符?
任何的想法 ?
谢谢,尼尔
如果你不把它保存在 UNICODE 中!只要代码页支持所涉及的字符,记事本就会将其保存为 ANSI。
要以 UNICODE 保存,您必须在保存文件时从下拉列表中选择它。