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
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user