1 # PropertyAliases-4.0.1.txt
2 # Date: 2004-03-02, 19:47:55 GMT [MD]
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.
13 # The names may be translated in appropriate environments, and additional
14 # aliases may be useful.
18 # Each line has two or more fields, separated by semicolons.
20 # First Field: The first field is an abbreviated name for the property.
22 # Second Field: The second field is a long name
24 # The above are the preferred aliases. Other aliases may be listed in additional fields.
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".
31 # NOTE: Property value names are NOT unique across properties. For example:
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.
37 # In addition, some property names may be the same as some property value names.
40 # sc means the Script property, and
41 # Sc means the General_Category property value Currency_Symbol (Sc)
43 # The combination of property value and property name is, however, unique.
45 # For more information, see UTS #18: Regular Expression Guidelines
46 # ================================================
49 # ================================================
51 # ================================================
54 # ================================================
56 # ================================================
57 bmg ; Bidi_Mirroring_Glyph
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
70 # ================================================
71 # Miscellaneous Properties
72 # ================================================
76 URS ; Unicode_Radical_Stroke
78 # ================================================
80 # ================================================
85 # ================================================
86 # Enumerated Properties
87 # ================================================
89 ccc ; Canonical_Combining_Class
90 dt ; Decomposition_Type
93 hst ; Hangul_Syllable_Type
97 NFC_QC ; NFC_Quick_Check
98 NFD_QC ; NFD_Quick_Check
99 NFKC_QC ; NFKC_Quick_Check
100 NFKD_QC ; NFKD_Quick_Check
103 # ================================================
105 # ================================================
106 AHex ; ASCII_Hex_Digit
108 Bidi_C ; Bidi_Control
109 Bidi_M ; Bidi_Mirrored
110 CE ; Composition_Exclusion
111 Comp_Ex ; Full_Composition_Exclusion
114 DI ; Default_Ignorable_Code_Point
117 Gr_Base ; Grapheme_Base
118 Gr_Ext ; Grapheme_Extend
119 Gr_Link ; Grapheme_Link
125 IDSB ; IDS_Binary_Operator
126 IDST ; IDS_Trinary_Operator
127 Join_C ; Join_Control
128 LOE ; Logical_Order_Exception
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
138 OUpper ; Other_Uppercase
139 QMark ; Quotation_Mark
143 Term ; Terminal_Punctuation
144 UIdeo ; Unified_Ideograph
146 VS ; Variation_Selector
150 XO_NFC ; Expands_On_NFC
151 XO_NFD ; Expands_On_NFD
152 XO_NFKC ; Expands_On_NFKC
153 XO_NFKD ; Expands_On_NFKD
155 # ================================================