I'm looking for a jQuery plugin that can get url parameters, and support this search string without outputting Javascript error: malformed URI sequence. If there isn't a jQuery plugin that supports this, I need to know how to modify it to support this.
?search=%E6%F8%E5
The value of the url parameter, when decoded, should be:
æøå
(the characters are norwegian).
I don't have access to the server, so I can't modify anything on it.