Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Invalid
-
Affects Version/s: 5.0.0
-
Fix Version/s: None
-
Component/s: Network: DNS
-
Labels:None
Description
Windows 8 will do IDN encoding (and decoding?) itself automatically, unless we opt out using DNS_QUERY_DISABLE_IDN_ENCODING
Since Qt already does IDN encoding and decoding, we should opt out to get the behaviour that is known to work on windows 7.
After windows 8 is released, we can revisit this if necessary.