location.href, document.URL のエンコードがブラウザによってバラバラな件

「http://ja.wikipedia.org/wiki/メインページ」を開いて、ロケーションバーに javascript:alert(%22location.href:%22+location.href+%22\ndocument.URL:%22+document.URL) と打ち込む。ちなみに、この内容は alert("location.href:" + location.href + "\ndocument.URL:" + document.URL) です。結果は、 Firefox3: loca…