8000 [EmailValidator] Need to be upgraded · Issue #4930 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
[EmailValidator] Need to be upgraded #4930
Closed
@omgnull

Description

@omgnull

Email address must to be forced thru punycode converter before filter_var validation. In example "инфо@письмо.рф" is a valid email address, but filter_var returns false.

$ php -r "var_dump(filter_var('инфо@письмо.рф', FILTER_VALIDATE_EMAIL));"

http://en.wikipedia.org/wiki/Punycode

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0