/[classpath]/classpath/java/net/URLEncoder.java
ViewVC logotype

Diff of /classpath/java/net/URLEncoder.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by mark, Fri Oct 25 23:16:16 2002 UTC revision 1.9 by mark, Thu Oct 31 22:50:12 2002 UTC
# Line 1  Line 1 
1  /* URLEncoder.java -- Class to convert strings to a properly encoded URL  /* URLEncoder.java -- Class to convert strings to a properly encoded URL
2     Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 39  package java.net; Line 39  package java.net;
39    
40  import java.io.UnsupportedEncodingException;  import java.io.UnsupportedEncodingException;
41    
42  /**  /*
43   * Written using on-line Java Platform 1.2/1.4 API Specification, as well   * Written using on-line Java Platform 1.2/1.4 API Specification, as well
44   * as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).   * as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
45   * Status:  Believed complete and correct.   * Status:  Believed complete and correct.
# Line 94  public class URLEncoder Line 94  public class URLEncoder
94     *     *
95     * @return The converted String     * @return The converted String
96     *     *
97       * @exception UnsupportedEncodingException If the named encoding is not
98       * supported
99       *
100     * @since 1.4     * @since 1.4
101     */     */
102    public static String encode(String s, String encoding)    public static String encode(String s, String encoding)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26