zendframework / zend-validator

Validator component from Zend Framework
BSD 3-Clause "New" or "Revised" License
181 stars 136 forks source link

Validator for .DE domains outdated (lack of 'sharp s' support) #252

Closed robert-scheck closed 5 years ago

robert-scheck commented 5 years ago

As per https://www.denic.de/en/whats-new/press-releases/article/characters-permitted-in-de-domains-soon-to-include-ss/, LATIN SMALL LETTER SHARP S, also known as "Eszett" or "sharp s" ("ß") is supported in .DE domain names since 2010-10-26, thus for 8+ years now. However, it's not supported in the validator code: https://github.com/zendframework/zend-validator/blob/f4aca224f97704051a1146ac4f02c1455a72f46e/src/Hostname.php#L1684