Forgot the patch, here it is.

On Thu, 2006-03-16 at 13:53 -0500, Anthony Balkissoon wrote:
> Updated the comment because it made reference to the old Unicode 3
> support instead of the new Unicode 4 support.
> 
> 2006-03-16  Anthony Balkissoon  <[EMAIL PROTECTED]>
> 
>       * java/lang/Character.java: Updated header comment.
> 
> --Tony
> 
> 
? include/gnu_java_net_PlainDatagramSocketImpl.h
? include/gnu_java_net_PlainSocketImpl.h
Index: java/lang/Character.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/lang/Character.java,v
retrieving revision 1.45
diff -u -r1.45 Character.java
--- java/lang/Character.java	15 Feb 2006 23:00:38 -0000	1.45
+++ java/lang/Character.java	16 Mar 2006 18:51:41 -0000
@@ -47,7 +47,7 @@
 /**
  * Wrapper class for the primitive char data type.  In addition, this class
  * allows one to retrieve property information and perform transformations
- * on the 57,707 defined characters in the Unicode Standard, Version 3.0.0.
+ * on the defined characters in the Unicode Standard, Version 4.0.0.
  * java.lang.Character is designed to be very dynamic, and as such, it
  * retrieves information on the Unicode character set from a separate
  * database, gnu.java.lang.CharData, which can be easily upgraded.
@@ -55,7 +55,7 @@
  * <p>For predicates, boundaries are used to describe
  * the set of characters for which the method will return true.
  * This syntax uses fairly normal regular expression notation.
- * See 5.13 of the Unicode Standard, Version 3.0, for the
+ * See 5.13 of the Unicode Standard, Version 4.0, for the
  * boundary specification.
  *
  * <p>See <a href="http://www.unicode.org";>http://www.unicode.org</a>

Reply via email to