Attempting to accomplish this task in VBScript/JScript to prevent re-encoding.
Is it necessary to check for the presence of "%" ? Are there other purposes for "%" in URLs?
Thank you.
Edit: Oh, perhaps the original encoding method wasn't encodeURI.
I am attempting to gather URLs from the browser and save them after encoding with encodeURI.
However, if the URL is already encoded, applying another round of encoding will render it incorrect.