我应该在大写系统中以小写形式捕获电子邮件地址吗?

发布于 2024-11-04 05:01:08 字数 140 浏览 1 评论 0原文

请您发表意见。

在我们的系统中,所有字段(注释除外)都将强制为大写。我不喜欢它,但系统的目标用户不太懂计算机,所以对于业务线的使用,我认为这是可以接受的。

然而,当涉及到电子邮件地址时,您是否也会强制将它们转换为大写,而不是小写约定?

Your opinions please.

In our system the decision was made that all fields (except notes) will be forced into uppercase. I don't like it, but the system's intended users aren't very computer literate, so for line-of-business use I suppose it is acceptable.

When it comes to email addresses however, would you also force them into uppercase, against the lowercase convention?

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

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

发布评论

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

评论(2

优雅的叶子 2024-11-11 05:01:08

@“本地部分”之前的部分是“本地解释”(请参阅​​ RFC 2822§3.4.1)。

这可能包括区分大小写。电子邮件处理代理是否支持区分大小写是另一个问题。

The part before @ "Local Part" is "locally interpreted" (see RFC 2822 §3.4.1).

This could include being case-sensitive. Whether any email processing agents support case sensitivity is another question.

微暖i 2024-11-11 05:01:08

电子邮件地址不区分大小写,因此没关系。大写就可以了。

Email addresses are case-insensitive, so it doesn't matter. Upper case would be fine.

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