Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
5.0.0
-
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.