RosettaCodeData/Task/URL-encoding/Java/url-encoding-1.java

3 lines
70 B
Java

import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;