mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-5084 Unicode 5 moves Grapheme_Link around between properties files
X-SVN-Rev: 19369
This commit is contained in:
parent
6987784650
commit
f14b733772
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue