jdk/src/share/classes/java/lang/Character.java
changeset 3501 a3168c7b4011
parent 3224 3aa65803ae07
child 3505 d26aa6725d3b
--- a/jdk/src/share/classes/java/lang/Character.java	Tue Jul 28 13:10:14 2009 +0400
+++ b/jdk/src/share/classes/java/lang/Character.java	Thu Jul 30 14:45:04 2009 +0900
@@ -38,7 +38,7 @@
  * a character's category (lowercase letter, digit, etc.) and for converting
  * characters from uppercase to lowercase and vice versa.
  * <p>
- * Character information is based on the Unicode Standard, version 4.0.
+ * Character information is based on the Unicode Standard, version 5.1.0.
  * <p>
  * The methods and data of class <code>Character</code> are defined by
  * the information in the <i>UnicodeData</i> file that is part of the