开发者

Should I capture email addresses in lowercase in an uppercase system?

开发者 https://www.devze.com 2023-03-01 13:02 出处:网络
Your opinions please. In our system the decision was made that all fields (except not开发者_开发技巧es) will be forced into uppercase. I don\'t like it, but the system\'s intended users aren\'t very

Your opinions please.

In our system the decision was made that all fields (except not开发者_开发技巧es) 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?


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号