Change to set "network.enableIDN" as true,

patch from william.tan@i-dns.net,
bug 110028, r=nhotta, sr=darin, a=asa.
This commit is contained in:
nhotta%netscape.com 2002-03-14 21:42:27 +00:00
Родитель 0a6eb6a388
Коммит d79f08cfb8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.