We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2342f5 commit fc71d1cCopy full SHA for fc71d1c
content/appendices.md
@@ -773,7 +773,7 @@ Represents E-Mail addresses. The `address` is the raw email address in
773
other text such as real name, angle brackets or a mailto: prefix.
774
775
In addition to lowercasing the domain component of an email address,
776
-implementations are expected to lowercase the localpart as described
+implementations are expected to case fold the localpart as described
777
in [the unicode mapping file](https://www.unicode.org/Public/8.0.0/ucd/CaseFolding.txt)
778
prior to any processing. For example, `Strauß@Example.com` must be
779
considered to be `[email protected]` while processing the email
0 commit comments