ICU-89 change Lu to Mn in COMMENT only

X-SVN-Rev: 6228
This commit is contained in:
Alan Liu 2001-10-12 23:53:16 +00:00
parent d007e2cd57
commit 0ed91898b2
2 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@
*
* $Source:
* /usr/cvs/icu4j/icu4j/src/com/ibm/icu/text/UCharacterCategory.java $
* $Date: 2001/03/23 19:51:38 $
* $Revision: 1.2 $
* $Date: 2001/10/12 23:53:16 $
* $Revision: 1.3 $
*
*******************************************************************************
*/
@ -62,7 +62,7 @@ public class UCharacterCategory
*/
public static final int OTHER_LETTER = 5;
/**
* Character type Lu
* Character type Mn
*/
public static final int NON_SPACING_MARK = 6;
/**

View File

@ -6,8 +6,8 @@
*
* $Source:
* /usr/cvs/icu4j/icu4j/src/com/ibm/icu/text/UCharacterCategory.java $
* $Date: 2001/03/23 19:51:38 $
* $Revision: 1.2 $
* $Date: 2001/10/12 23:53:16 $
* $Revision: 1.3 $
*
*******************************************************************************
*/
@ -62,7 +62,7 @@ public class UCharacterCategory
*/
public static final int OTHER_LETTER = 5;
/**
* Character type Lu
* Character type Mn
*/
public static final int NON_SPACING_MARK = 6;
/**