]> git.saurik.com Git - apple/icu.git/blob - icuSources/data/unidata/PropertyAliases.txt
ICU-6.2.13.tar.gz
[apple/icu.git] / icuSources / data / unidata / PropertyAliases.txt
1 # PropertyAliases-4.0.1.txt
2 # Date: 2004-03-02, 19:47:55 GMT [MD]
3 #
4 # Unicode Character Database
5 # Copyright (c) 1991-2004 Unicode, Inc.
6 # For terms of use, see http://www.unicode.org/terms_of_use.html
7 # For documentation, see UCD.html
8 # This file contains aliases for properties used in the UCD.
9 # These names can be used for XML formats of UCD data, for regular-expression
10 # property tests, and other programmatic textual descriptions of Unicode data.
11 # For information on which properties are normative, see UCD.html.
12 #
13 # The names may be translated in appropriate environments, and additional
14 # aliases may be useful.
15 #
16 # FORMAT
17 #
18 # Each line has two or more fields, separated by semicolons.
19 #
20 # First Field: The first field is an abbreviated name for the property.
21 #
22 # Second Field: The second field is a long name
23 #
24 # The above are the preferred aliases. Other aliases may be listed in additional fields.
25 #
26 # Loose matching should be applied to all property names and property values, with
27 # the exception of String Property values. With loose matching of property names and
28 # values, the case distinctions, whitespace, and '_' are ignored. For Numeric Property
29 # values, numeric equivalencies are applied: thus "01.00" is equivalent to "1".
30 #
31 # NOTE: Property value names are NOT unique across properties. For example:
32 #
33 # AL means Arabic Letter for the Bidi_Class property, and
34 # AL means Alpha_Left for the Combining_Class property, and
35 # AL means Alphabetic for the Line_Break property.
36 #
37 # In addition, some property names may be the same as some property value names.
38 # For example:
39 #
40 # sc means the Script property, and
41 # Sc means the General_Category property value Currency_Symbol (Sc)
42 #
43 # The combination of property value and property name is, however, unique.
44 #
45 # For more information, see UTS #18: Regular Expression Guidelines
46 # ================================================
47
48
49 # ================================================
50 # Numeric Properties
51 # ================================================
52 nv ; Numeric_Value
53
54 # ================================================
55 # String Properties
56 # ================================================
57 bmg ; Bidi_Mirroring_Glyph
58 cf ; Case_Folding
59 dm ; Decomposition_Mapping
60 FC_NFKC ; FC_NFKC_Closure
61 lc ; Lowercase_Mapping
62 scc ; Special_Case_Condition
63 sfc ; Simple_Case_Folding
64 slc ; Simple_Lowercase_Mapping
65 stc ; Simple_Titlecase_Mapping
66 suc ; Simple_Uppercase_Mapping
67 tc ; Titlecase_Mapping
68 uc ; Uppercase_Mapping
69
70 # ================================================
71 # Miscellaneous Properties
72 # ================================================
73 isc ; ISO_Comment
74 na ; Name
75 na1 ; Unicode_1_Name
76 URS ; Unicode_Radical_Stroke
77
78 # ================================================
79 # Catalog Properties
80 # ================================================
81 age ; Age
82 blk ; Block
83 sc ; Script
84
85 # ================================================
86 # Enumerated Properties
87 # ================================================
88 bc ; Bidi_Class
89 ccc ; Canonical_Combining_Class
90 dt ; Decomposition_Type
91 ea ; East_Asian_Width
92 gc ; General_Category
93 hst ; Hangul_Syllable_Type
94 jg ; Joining_Group
95 jt ; Joining_Type
96 lb ; Line_Break
97 NFC_QC ; NFC_Quick_Check
98 NFD_QC ; NFD_Quick_Check
99 NFKC_QC ; NFKC_Quick_Check
100 NFKD_QC ; NFKD_Quick_Check
101 nt ; Numeric_Type
102
103 # ================================================
104 # Binary Properties
105 # ================================================
106 AHex ; ASCII_Hex_Digit
107 Alpha ; Alphabetic
108 Bidi_C ; Bidi_Control
109 Bidi_M ; Bidi_Mirrored
110 CE ; Composition_Exclusion
111 Comp_Ex ; Full_Composition_Exclusion
112 Dash ; Dash
113 Dep ; Deprecated
114 DI ; Default_Ignorable_Code_Point
115 Dia ; Diacritic
116 Ext ; Extender
117 Gr_Base ; Grapheme_Base
118 Gr_Ext ; Grapheme_Extend
119 Gr_Link ; Grapheme_Link
120 Hex ; Hex_Digit
121 Hyphen ; Hyphen
122 IDC ; ID_Continue
123 Ideo ; Ideographic
124 IDS ; ID_Start
125 IDSB ; IDS_Binary_Operator
126 IDST ; IDS_Trinary_Operator
127 Join_C ; Join_Control
128 LOE ; Logical_Order_Exception
129 Lower ; Lowercase
130 Math ; Math
131 NChar ; Noncharacter_Code_Point
132 OAlpha ; Other_Alphabetic
133 ODI ; Other_Default_Ignorable_Code_Point
134 OGr_Ext ; Other_Grapheme_Extend
135 OIDS ; Other_ID_Start
136 OLower ; Other_Lowercase
137 OMath ; Other_Math
138 OUpper ; Other_Uppercase
139 QMark ; Quotation_Mark
140 Radical ; Radical
141 SD ; Soft_Dotted
142 STerm ; STerm
143 Term ; Terminal_Punctuation
144 UIdeo ; Unified_Ideograph
145 Upper ; Uppercase
146 VS ; Variation_Selector
147 WSpace ; White_Space
148 XIDC ; XID_Continue
149 XIDS ; XID_Start
150 XO_NFC ; Expands_On_NFC
151 XO_NFD ; Expands_On_NFD
152 XO_NFKC ; Expands_On_NFKC
153 XO_NFKD ; Expands_On_NFKD
154
155 # ================================================
156 # Total: 82
157