关于字符编码的问题
如果 Unicode 是一个标准,而 UTF-8 是该标准的一种编码类型,为什么我可以在记事本中将 txt 文档保存为其中任何一个?
If Unicode is a standard and UTF-8 is an ecoding type for that standard why can I save a txt document as either of them in notepad?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因为微软有自己的术语,他们说“Unicode”,而我们其他人会说“UTF-16LE”。
(或者在 Windows XP 之前,它的意思是“UCS-2LE”)
Because Microsoft has their own terminology in which they say "Unicode" when the rest of us would say "UTF-16LE".
(or before Windows XP it meant "UCS-2LE")