Skip to content
Snippets Groups Projects
Commit 80b3f33d authored by Francé Wilke's avatar Francé Wilke
Browse files

Add LRM unicode character to email address validation

parent 2cd23c48
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ var NonOfficialWhitespaceChars = []string{ ...@@ -61,6 +61,7 @@ var NonOfficialWhitespaceChars = []string{
"\u200B", // Zero width space "\u200B", // Zero width space
"\u200C", // Zero width non-joiner "\u200C", // Zero width non-joiner
"\u200D", // Zero width joiner "\u200D", // Zero width joiner
"\u200E", // Left-to-right mark
"\u2060", // Word joiner "\u2060", // Word joiner
"\u202C", // Pop directional formatting "\u202C", // Pop directional formatting
"\uFEFF", // Zero width no-break space "\uFEFF", // Zero width no-break space
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment