Internet 标准仅支持 ASCII 电子邮件地址吗?

发布于 2024-10-08 23:04:58 字数 150 浏览 1 评论 0原文

我正在为一个全球应用程序创建一个数据库,该数据库以多种书面语言存储数据。这意味着我正在为各个字段存储大量双字节 Unicode 字符串。但是,当存储电子邮件地址时,互联网是否只识别地址中的单字节 ASCII 字符?如果是这样,我可以将该字段的大小减少一半,在这种情况下这将大大提高性能。

I'm creating a database for a global application that stores data in multiple written languages. This means I am storing a lot of double-byte Unicode strings for various fields. But when storing E-mail addresses, does the internet only recognize single-byte ASCII characters in the address? If so, I could cut the size of this field in half, which would be a big performance boost in this case.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执着的年纪 2024-10-15 23:04:58

RFC 3490 建议在域名中使用 unicode 字符(这显然构成了第二个字符)电子邮件地址的一部分)。所以支持这一点是明智的。

RFC 3490 proposes the use of unicode characters in domain names (which obviously make up the second part of an email address). So it would be wise to support this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文