Change to set "network.enableIDN" as true,

patch from william.tan@i-dns.net,
bug 110028, r=nhotta, sr=darin, a=asa.


git-svn-id: svn://10.0.0.236/trunk@116578 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nhotta%netscape.com
2002-03-14 21:42:27 +00:00
parent 95ef008f42
commit a2bd21a350

View File

@@ -441,7 +441,7 @@ pref("network.http.proxy.ssl.connect",true);
// This preference controls whether or not internationalized domain names (IDN)
// are handled. IDN requires a nsIIDNService implementation.
pref("network.enableIDN", false);
pref("network.enableIDN", true);
// This preference controls whether or not URLs with UTF-8 characters are
// escaped. Set this preference to TRUE for strict RFC2396 conformance.