- 
    
Bug
 - 
    Resolution: Invalid
 - 
    
P2: Important
 - 
    None
 - 
    6.2.0 Beta2
 - 
    None
 
The documentation for QUrl::toAce() says: "This function returns an empty QByteArray if domain is not a valid hostname", and yet it returns non-empty strings for some invalid stuff:
qDebug() << QUrl::toAce("xn--z.no");
---
"xn--z.no"
The test suite even checks this for some reason.
- relates to
 - 
                    
QTBUG-85371 Update QUrl to use UTS #46
-         
 - Closed
 
 -