From a57432cc654c1122e1e99049b1bb3d6d73477f49 Mon Sep 17 00:00:00 2001 From: "mconnor%myrealbox.com" Date: Sun, 9 Jan 2005 17:34:37 +0000 Subject: [PATCH] fixing regression of bug 215993 caused by fix to underlying code (bug 263462), switch to using unEscapeURIForUI instead git-svn-id: svn://10.0.0.236/trunk@167435 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/base/content/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/browser/base/content/browser.js b/mozilla/browser/base/content/browser.js index 79118fa416b..170b70d4e00 100644 --- a/mozilla/browser/base/content/browser.js +++ b/mozilla/browser/base/content/browser.js @@ -4132,7 +4132,7 @@ nsContextMenu.prototype = { .call(this.target.ownerDocument); const textToSubURI = Components.classes["@mozilla.org/intl/texttosuburi;1"] .getService(Components.interfaces.nsITextToSubURI); - addresses = textToSubURI.unEscapeNonAsciiURI(characterSet, addresses); + addresses = textToSubURI.unEscapeURIForUI(characterSet, addresses); } catch(ex) { // Do nothing.