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