ternary operator cond ? foo : bar being parsed as ?...?
[p5sagit/p5-mst-13.2.git] / lib / unicore / PropertyAliases.txt
1 # PropertyAliases-4.1.0.txt
2 # Date: 2005-02-26, 11:13:41 GMT [MD]
3 #
4 # Unicode Character Database
5 # Copyright (c) 1991-2005 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 GCB       ; Grapheme_Cluster_Break
94 hst       ; Hangul_Syllable_Type
95 jg        ; Joining_Group
96 jt        ; Joining_Type
97 lb        ; Line_Break
98 NFC_QC    ; NFC_Quick_Check
99 NFD_QC    ; NFD_Quick_Check
100 NFKC_QC   ; NFKC_Quick_Check
101 NFKD_QC   ; NFKD_Quick_Check
102 nt        ; Numeric_Type
103 SB        ; Sentence_Break
104 WB        ; Word_Break
105
106 # ================================================
107 # Binary Properties
108 # ================================================
109 AHex      ; ASCII_Hex_Digit
110 Alpha     ; Alphabetic
111 Bidi_C    ; Bidi_Control
112 Bidi_M    ; Bidi_Mirrored
113 CE        ; Composition_Exclusion
114 Comp_Ex   ; Full_Composition_Exclusion
115 Dash      ; Dash
116 Dep       ; Deprecated
117 DI        ; Default_Ignorable_Code_Point
118 Dia       ; Diacritic
119 Ext       ; Extender
120 Gr_Base   ; Grapheme_Base
121 Gr_Ext    ; Grapheme_Extend
122 Gr_Link   ; Grapheme_Link
123 Hex       ; Hex_Digit
124 Hyphen    ; Hyphen
125 IDC       ; ID_Continue
126 Ideo      ; Ideographic
127 IDS       ; ID_Start
128 IDSB      ; IDS_Binary_Operator
129 IDST      ; IDS_Trinary_Operator
130 Join_C    ; Join_Control
131 LOE       ; Logical_Order_Exception
132 Lower     ; Lowercase
133 Math      ; Math
134 NChar     ; Noncharacter_Code_Point
135 OAlpha    ; Other_Alphabetic
136 ODI       ; Other_Default_Ignorable_Code_Point
137 OGr_Ext   ; Other_Grapheme_Extend
138 OIDC      ; Other_ID_Continue
139 OIDS      ; Other_ID_Start
140 OLower    ; Other_Lowercase
141 OMath     ; Other_Math
142 OUpper    ; Other_Uppercase
143 Pat_Syn   ; Pattern_Syntax
144 Pat_WS    ; Pattern_White_Space
145 QMark     ; Quotation_Mark
146 Radical   ; Radical
147 SD        ; Soft_Dotted
148 STerm     ; STerm
149 Term      ; Terminal_Punctuation
150 UIdeo     ; Unified_Ideograph
151 Upper     ; Uppercase
152 VS        ; Variation_Selector
153 WSpace    ; White_Space                 ; space
154 XIDC      ; XID_Continue
155 XIDS      ; XID_Start
156 XO_NFC    ; Expands_On_NFC
157 XO_NFD    ; Expands_On_NFD
158 XO_NFKC   ; Expands_On_NFKC
159 XO_NFKD   ; Expands_On_NFKD
160
161 # ================================================
162 # Total:    88
163