/[classpath]/classpath/scripts/unicode-blocks.pl
ViewVC logotype

Diff of /classpath/scripts/unicode-blocks.pl

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

revision 1.1 by ericb, Wed Feb 20 03:28:17 2002 UTC revision 1.2 by mkoch, Fri Oct 22 19:34:47 2004 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl -w  #!/usr/bin/perl -w
2  # unicode-blocks.pl -- Script to generate java.lang.Character.UnicodeBlock  # unicode-blocks.pl -- Script to generate java.lang.Character.UnicodeBlock
3  # Copyright (C) 2002 Free Software Foundation, Inc.  # Copyright (C) 2002, 2004 Free Software Foundation, Inc.
4  #  #
5  # This file is part of GNU Classpath.  # This file is part of GNU Classpath.
6  #  #
# Line 186  while (<BLOCKS>) { Line 186  while (<BLOCKS>) {
186       * $block.       * $block.
187       * $extra'\\u$start' - '\\u$end'.$since       * $extra'\\u$start' - '\\u$end'.$since
188       */       */
189      public final static UnicodeBlock $name      public static final UnicodeBlock $name
190        = new UnicodeBlock('\\u$start', '\\u$end',        = new UnicodeBlock('\\u$start', '\\u$end',
191                           "$name");                           "$name");
192  EOF  EOF

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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