什么时候可以使用 UTF-8 了?
人们什么时候开始在文件编码和 HTTP Content-Type 标头中使用 UTF-8?既然今天所有的网络服务器、操作系统、文本编辑器和浏览器都支持它,那么它什么时候在这些之间变得“兼容”呢?
When did people start using UTF-8 in files encoding and HTTP Content-Type headers? Since all web servers, OSes, text editors and browsers support it today, when did it become "compatible" between these?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这张图片可能有用:
编辑: 我发现了 更高版本:
this picture might be useful:
Edit: I found a later version:
UTF-8 始终向后兼容 ASCII。
所以基本上,自从使用 ASCII 就可以了(这已经是相当长的时间了),所以使用 UTF-8 就可以了。
UTF-8 has always been backwards compatible with ASCII.
So basically, it's been OK to use UTF-8 since it's been OK to use ASCII (which is quite a long time).