From 4c8c9abedc065a93799592e0a20074358fdffe57 Mon Sep 17 00:00:00 2001 From: "bryner%brianryner.com" Date: Sat, 13 Dec 2003 06:24:24 +0000 Subject: [PATCH] Bug 226643 - turn on IDN. patch by steffen.wilberg@web.de. --- browser/app/profile/all.js | 2 +- browser/app/profile/firebird.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/app/profile/all.js b/browser/app/profile/all.js index 5493c264ef9..12c3906e1ea 100644 --- a/browser/app/profile/all.js +++ b/browser/app/profile/all.js @@ -460,7 +460,7 @@ pref("network.cookie.p3p", "ffffaaaa"); pref("network.cookie.p3plevel", 1); // 0=low, 1=medium, 2=high, 3=custom pref("network.enablePad", false); // Allow client to do proxy autodiscovery -pref("network.enableIDN", false); // Turn on/off IDN (Internationalized Domain Name) resolution +pref("network.enableIDN", true); // Turn on/off IDN (Internationalized Domain Name) resolution pref("converter.html2txt.structs", true); // Output structured phrases (strong, em, code, sub, sup, b, i, u) pref("converter.html2txt.header_strategy", 1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention pref("imageblocker.enabled", true); diff --git a/browser/app/profile/firebird.js b/browser/app/profile/firebird.js index 5493c264ef9..12c3906e1ea 100644 --- a/browser/app/profile/firebird.js +++ b/browser/app/profile/firebird.js @@ -460,7 +460,7 @@ pref("network.cookie.p3p", "ffffaaaa"); pref("network.cookie.p3plevel", 1); // 0=low, 1=medium, 2=high, 3=custom pref("network.enablePad", false); // Allow client to do proxy autodiscovery -pref("network.enableIDN", false); // Turn on/off IDN (Internationalized Domain Name) resolution +pref("network.enableIDN", true); // Turn on/off IDN (Internationalized Domain Name) resolution pref("converter.html2txt.structs", true); // Output structured phrases (strong, em, code, sub, sup, b, i, u) pref("converter.html2txt.header_strategy", 1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention pref("imageblocker.enabled", true);