From a2bd21a350ec62c0fc42a9693fdc122b20b36e36 Mon Sep 17 00:00:00 2001 From: "nhotta%netscape.com" Date: Thu, 14 Mar 2002 21:42:27 +0000 Subject: [PATCH] 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 --- mozilla/modules/libpref/src/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/libpref/src/init/all.js b/mozilla/modules/libpref/src/init/all.js index a2feedf37e5..c05c309ae52 100644 --- a/mozilla/modules/libpref/src/init/all.js +++ b/mozilla/modules/libpref/src/init/all.js @@ -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.