]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/ucdtest.cpp
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / test / intltest / ucdtest.cpp
index 714437f7ce6fbc04ee6080301c675a029e9a5e00..e7195c25292aa0099c98dbcb798f4e4d68691414 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2004, International Business Machines Corporation and
+ * Copyright (c) 1997-2006, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -78,6 +78,7 @@ derivedCorePropsNames[]={
     "XID_Continue",
     "Default_Ignorable_Code_Point",
     "Grapheme_Extend",
+    "Grapheme_Link", /* Unicode 5 moves this property here from PropList.txt */
     "Grapheme_Base"
 };
 
@@ -93,6 +94,7 @@ derivedCorePropsIndex[]={
     UCHAR_XID_CONTINUE,
     UCHAR_DEFAULT_IGNORABLE_CODE_POINT,
     UCHAR_GRAPHEME_EXTEND,
+    UCHAR_GRAPHEME_LINK,
     UCHAR_GRAPHEME_BASE
 };