You can already do that now:

encodeURIComponent = function(s) {
 // your own encoding
};

But, you know, good luck with that :)

Well said!  :-)  Good luck, indeed.  The truly brave could try:

encodeURIComponent  = escape;

Ha.

Mike

Reply via email to