Case fold instead of lowercase
Fixes https://github.com/matrix-org/matrix-doc/issues/3175
This commit is contained in:
parent
3d217e0de0
commit
4cb667ca27
1 changed files with 1 additions and 1 deletions
|
@ -773,7 +773,7 @@ Represents E-Mail addresses. The `address` is the raw email address in
|
|||
other text such as real name, angle brackets or a mailto: prefix.
|
||||
|
||||
In addition to lowercasing the domain component of an email address,
|
||||
implementations are expected to lowercase the localpart as described
|
||||
implementations are expected to case fold the localpart as described
|
||||
in [the unicode mapping file](https://www.unicode.org/Public/8.0.0/ucd/CaseFolding.txt)
|
||||
prior to any processing. For example, `Strauß@Example.com` must be
|
||||
considered to be `strauss@example.com` while processing the email
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue