jdk/src/share/classes/java/net/URLDecoder.java
changeset 21278 ef8a3a2a72f2
parent 19069 1d9cb0d080e3
child 21428 e408bf58d482
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   114      * <p>
   114      * <p>
   115      * <em><strong>Note:</strong> The <a href=
   115      * <em><strong>Note:</strong> The <a href=
   116      * "http://www.w3.org/TR/html40/appendix/notes.html#non-ascii-chars">
   116      * "http://www.w3.org/TR/html40/appendix/notes.html#non-ascii-chars">
   117      * World Wide Web Consortium Recommendation</a> states that
   117      * World Wide Web Consortium Recommendation</a> states that
   118      * UTF-8 should be used. Not doing so may introduce
   118      * UTF-8 should be used. Not doing so may introduce
   119      * incompatibilites.</em>
   119      * incompatibilities.</em>
   120      *
   120      *
   121      * @param s the {@code String} to decode
   121      * @param s the {@code String} to decode
   122      * @param enc   The name of a supported
   122      * @param enc   The name of a supported
   123      *    <a href="../lang/package-summary.html#charenc">character
   123      *    <a href="../lang/package-summary.html#charenc">character
   124      *    encoding</a>.
   124      *    encoding</a>.