Hi, I have a plugin which allows you to launch web searches from MUSHclient, right now it's written in JScript, and I use encodeURIComponent() to encode the search parameters, is there anything equivilant in Lua? I'd rather not code it from scratch since I'm not that familiar with Lua yet, and it just seems like a lot of work for little benefit.
Edit: Oh, and before I forget I'd also need something like encodeURI().
Edit: Oh, and before I forget I'd also need something like encodeURI().