En Java




String urlAEncoder="http://..";
URLEncoder.encode(urlAEncoder);

Eric