Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-8 (cyrillic) email validation 2-nd try #80

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

UTF-8 (cyrillic) email validation 2-nd try #80

wants to merge 7 commits into from

Conversation

bekh6ex
Copy link

@bekh6ex bekh6ex commented Dec 18, 2014

I added more cases in tests to make shure it works according to rfc https://tools.ietf.org/html/rfc2822
I can't imagine how it can brake BC. It just converts UTF symbols in domain to ASCII the way the browser does.
And also makes an assumption, that characters allowed in login are the same that in domain (whitch is pretty close to reality).

@bekh6ex bekh6ex closed this Dec 18, 2014
@bekh6ex bekh6ex reopened this Dec 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant