You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The article https://en.wikipedia.org/wiki/Email_address#Internationalization indicates that as per RFC 6530, usage of non-ASCII characters is enabled in both the local-parts and domain of an email address. Going by this information, instances like [email protected].उदाहरण.परीक्षा should be treated as valid email address by assertValidEmailAddress.
Thanks.
The text was updated successfully, but these errors were encountered:
Technically, that domain.with.idn.tld.उदाहरण.परीक्षा portion is a domain name and it falls under assertValidHostname domain. I will take look at this. Thank you for reporting this.
Hello,
The article https://en.wikipedia.org/wiki/Email_address#Internationalization indicates that as per RFC 6530, usage of non-ASCII characters is enabled in both the local-parts and domain of an email address. Going by this information, instances like
[email protected].उदाहरण.परीक्षा
should be treated as valid email address byassertValidEmailAddress
.Thanks.
The text was updated successfully, but these errors were encountered: