/[classpath]/classpath/gnu/java/lang/CharData.java
ViewVC logotype

Diff of /classpath/gnu/java/lang/CharData.java

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

revision 1.3 by ericb, Tue Feb 19 05:48:54 2002 UTC revision 1.4 by ericb, Wed Feb 20 03:28:17 2002 UTC
# Line 1  Line 1 
1  /* gnu/java/lang/CharData -- Database for java.lang.Character Unicode info  /* gnu/java/lang/CharData -- Database for java.lang.Character Unicode info
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002 Free Software Foundation, Inc.
3     *** This file is generated by doc/unicode/unicode-muncher.pl ***     *** This file is generated by scripts/unicode-muncher.pl ***
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 41  package gnu.java.lang; Line 41  package gnu.java.lang;
41  /**  /**
42   * This contains the info about the unicode characters, that   * This contains the info about the unicode characters, that
43   * java.lang.Character needs.  It is generated automatically from   * java.lang.Character needs.  It is generated automatically from
44   * <code>UnicodeData-3.0.0.txt</code>, by some perl scripts.  This Unicode   * <code>doc/unicode/UnicodeData-3.0.0.txt</code>, by some perl scripts.
45   * definition file can be found on the <a href="http://www.unicode.org">   * This Unicode definition file can be found on the
46   * http://www.unicode.org</a> website.  JDK 1.4 uses Unicode version 3.0.0.   * <a href="http://www.unicode.org">http://www.unicode.org</a> website.
47     * JDK 1.4 uses Unicode version 3.0.0.
48   *   *
49   * The data is stored as string constants, but Character will convert these   * The data is stored as string constants, but Character will convert these
50   * Strings to their respective <code>char[]</code> components.  The field   * Strings to their respective <code>char[]</code> components.  The field
# Line 57  package gnu.java.lang; Line 58  package gnu.java.lang;
58   * <code>TITLE</code> exceptions (most characters just have the same   * <code>TITLE</code> exceptions (most characters just have the same
59   * title case as upper case).   * title case as upper case).
60   *   *
61   * @author doc/unicode/unicode-muncher.pl (written by Jochen Hoenicke,   * @author scripts/unicode-muncher.pl (written by Jochen Hoenicke,
62   *         Eric Blake)   *         Eric Blake)
63   * @see Character   * @see Character
64   */   */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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