ZF-12314: Zend_Validate_Hostname has wrong IDN validation for .dk domains
Description
http://www.dk-hostmaster.dk/index.php?id=151 says: "You can use all Danish letters as well as ö, ä, ü and é as well as the numbers 0 through 9 and '-'."
The current implementation is: '/^[\x{002d}0-9a-zäéöü]{1,63}$/iu'
The "Danish letters" mentioned is 'æøå' which lacks from the above regex.
Comments
Posted by Rob Allen (rob) on 2012-11-02T21:24:30.000+0000
Fixed in trunk (25060) and release-1.12 (25061)