1 # PropertyAliases-5.0.0.txt
2 # Date: 2006-03-03, 08:23:34 GMT [MD]
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
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.
14 # The names may be translated in appropriate environments, and additional
15 # aliases may be useful.
19 # Each line has two or more fields, separated by semicolons.
21 # First Field: The first field is an abbreviated name for the property.
23 # Second Field: The second field is a long name
25 # The above are the preferred aliases. Other aliases may be listed in additional fields.
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".
32 # NOTE: Property value names are NOT unique across properties. For example:
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.
38 # In addition, some property names may be the same as some property value names.
41 # sc means the Script property, and
42 # Sc means the General_Category property value Currency_Symbol (Sc)
44 # The combination of property value and property name is, however, unique.
46 # For more information, see UTS #18: Regular Expression Guidelines
47 # ================================================
50 # ================================================
52 # ================================================
55 # ================================================
57 # ================================================
58 bmg ; Bidi_Mirroring_Glyph
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
71 # ================================================
72 # Miscellaneous Properties
73 # ================================================
77 URS ; Unicode_Radical_Stroke
79 # ================================================
81 # ================================================
86 # ================================================
87 # Enumerated Properties
88 # ================================================
90 ccc ; Canonical_Combining_Class
91 dt ; Decomposition_Type
94 GCB ; Grapheme_Cluster_Break
95 hst ; Hangul_Syllable_Type
99 NFC_QC ; NFC_Quick_Check
100 NFD_QC ; NFD_Quick_Check
101 NFKC_QC ; NFKC_Quick_Check
102 NFKD_QC ; NFKD_Quick_Check
107 # ================================================
109 # ================================================
110 AHex ; ASCII_Hex_Digit
112 Bidi_C ; Bidi_Control
113 Bidi_M ; Bidi_Mirrored
114 CE ; Composition_Exclusion
115 Comp_Ex ; Full_Composition_Exclusion
118 DI ; Default_Ignorable_Code_Point
121 Gr_Base ; Grapheme_Base
122 Gr_Ext ; Grapheme_Extend
123 Gr_Link ; Grapheme_Link
129 IDSB ; IDS_Binary_Operator
130 IDST ; IDS_Trinary_Operator
131 Join_C ; Join_Control
132 LOE ; Logical_Order_Exception
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
143 OUpper ; Other_Uppercase
144 Pat_Syn ; Pattern_Syntax
145 Pat_WS ; Pattern_White_Space
146 QMark ; Quotation_Mark
150 Term ; Terminal_Punctuation
151 UIdeo ; Unified_Ideograph
153 VS ; Variation_Selector
154 WSpace ; White_Space ; space
157 XO_NFC ; Expands_On_NFC
158 XO_NFD ; Expands_On_NFD
159 XO_NFKC ; Expands_On_NFKC
160 XO_NFKD ; Expands_On_NFKD
162 # ================================================