>         var newtest = decodeURIComponent(test);
>
> I get the error "malformed URI sequence".

Try this:

var newtest = decodeURI(encodeURI(test));

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to