In bug 225695 (http://bugzilla.mozilla.org/show_bug.cgi?id=225695), I've
been working on a tree-wide sweep to replace escape()/unescape() for the
URI manipulation with en/decodeURI(Component). I'm making this announcement
to make sure that no one checks in new patches that use escape()/unescape()
the old-fashioned way (non-standard way).
For details, refer to two bugs mentioned above and the following documents:
ECMA 262 :
http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf
MSDN article :
Jungshik