Would it be possible to get JSLint to warn if you call the escape()
function? The bad behaviour of this function has caused me problems this
morning. It encodes characters as %uXXXX instead of UTF-8 bytes. Plus, it
doesn't handle plus characters. I think that most instances of this
function should be replaced by encodeURIComponent().
What do you think?
Thanks,
-Dom
[Non-text portions of this message have been removed]