Url encode
From UBot Studio
				
								
				
				
																
				
				
								
				This function is a Socket Function. The command will properly encode the url by converting spaces to plus signs (+) and other incompatible signs to a hexadecimal value that is prefixed by a percent sign (%)
Example
plugin command("SocketCommands.dll", "socket container") {
    set(#url encode,$plugin function("SocketCommands.dll", "$url encode", "http://wiki.ubotstudio.com/wiki/How_To_Switch_Browsers"),"Global")
    load html(#url encode)
}
The function encodes the url and returns the following value:
http%3A%2F%2Fwiki.ubotstudio.com%2Fwiki%2FHow_To_Switch_Browsers