jdk/src/share/classes/java/net/URLEncoder.java
changeset 21334 c60dfce46a77
parent 19069 1d9cb0d080e3
child 21428 e408bf58d482
equal deleted inserted replaced
21333:e940100a7176 21334:c60dfce46a77
    47  * <A HREF="http://www.w3.org/TR/html4/">specification</A>.
    47  * <A HREF="http://www.w3.org/TR/html4/">specification</A>.
    48  *
    48  *
    49  * <p>
    49  * <p>
    50  * When encoding a String, the following rules apply:
    50  * When encoding a String, the following rules apply:
    51  *
    51  *
    52  * <p>
       
    53  * <ul>
    52  * <ul>
    54  * <li>The alphanumeric characters &quot;{@code a}&quot; through
    53  * <li>The alphanumeric characters &quot;{@code a}&quot; through
    55  *     &quot;{@code z}&quot;, &quot;{@code A}&quot; through
    54  *     &quot;{@code z}&quot;, &quot;{@code A}&quot; through
    56  *     &quot;{@code Z}&quot; and &quot;{@code 0}&quot;
    55  *     &quot;{@code Z}&quot; and &quot;{@code 0}&quot;
    57  *     through &quot;{@code 9}&quot; remain the same.
    56  *     through &quot;{@code 9}&quot; remain the same.