Skip to content

Commit fc71d1c

Browse files
turt2liverichvdh
authored andcommitted
Case fold instead of lowercase
Fixes #3175
1 parent a2342f5 commit fc71d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/appendices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ Represents E-Mail addresses. The `address` is the raw email address in
773773
other text such as real name, angle brackets or a mailto: prefix.
774774

775775
In addition to lowercasing the domain component of an email address,
776-
implementations are expected to lowercase the localpart as described
776+
implementations are expected to case fold the localpart as described
777777
in [the unicode mapping file](https://www.unicode.org/Public/8.0.0/ucd/CaseFolding.txt)
778778
prior to any processing. For example, `Strauß@Example.com` must be
779779
considered to be `[email protected]` while processing the email

0 commit comments

Comments
 (0)