This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Clarify comment output in files
[perl5.git] / lib / unicore / PropertyAliases.txt
1 # PropertyAliases-5.2.0.txt
2 # Date: 2009-08-24, 03:26:46 GMT [MD]
3 #
4 # Unicode Character Database
5 # Copyright (c) 1991-2009 Unicode, Inc.
6 # For terms of use, see http://www.unicode.org/terms_of_use.html
7 # For documentation, see http://www.unicode.org/reports/tr44/
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 Above_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: Unicode Regular Expressions
47 # ================================================
48
49
50 # ================================================
51 # Numeric Properties
52 # ================================================
53 cjkAccountingNumeric; kAccountingNumeric
54 cjkOtherNumeric; kOtherNumeric
55 cjkPrimaryNumeric; kPrimaryNumeric
56 nv        ; Numeric_Value
57
58 # ================================================
59 # String Properties
60 # ================================================
61 bmg       ; Bidi_Mirroring_Glyph
62 cf        ; Case_Folding
63 cjkCompatibilityVariant; kCompatibilityVariant
64 dm        ; Decomposition_Mapping
65 FC_NFKC   ; FC_NFKC_Closure
66 lc        ; Lowercase_Mapping
67 NFKC_CF   ; NFKC_Casefold
68 scf       ; Simple_Case_Folding         ; sfc
69 slc       ; Simple_Lowercase_Mapping
70 stc       ; Simple_Titlecase_Mapping
71 suc       ; Simple_Uppercase_Mapping
72 tc        ; Titlecase_Mapping
73 uc        ; Uppercase_Mapping
74
75 # ================================================
76 # Miscellaneous Properties
77 # ================================================
78 cjkIICore ; kIICore
79 cjkIRG_GSource; kIRG_GSource
80 cjkIRG_HSource; kIRG_HSource
81 cjkIRG_JSource; kIRG_JSource
82 cjkIRG_KPSource; kIRG_KPSource
83 cjkIRG_KSource; kIRG_KSource
84 cjkIRG_MSource; kIRG_MSource
85 cjkIRG_TSource; kIRG_TSource
86 cjkIRG_USource; kIRG_USource
87 cjkIRG_VSource; kIRG_VSource
88 cjkRSUnicode; kRSUnicode                ; Unicode_Radical_Stroke; URS
89 isc       ; ISO_Comment
90 JSN       ; Jamo_Short_Name
91 na        ; Name
92 na1       ; Unicode_1_Name
93 Name_Alias; Name_Alias
94
95 # ================================================
96 # Catalog Properties
97 # ================================================
98 age       ; Age
99 blk       ; Block
100 sc        ; Script
101
102 # ================================================
103 # Enumerated Properties
104 # ================================================
105 bc        ; Bidi_Class
106 ccc       ; Canonical_Combining_Class
107 dt        ; Decomposition_Type
108 ea        ; East_Asian_Width
109 gc        ; General_Category
110 GCB       ; Grapheme_Cluster_Break
111 hst       ; Hangul_Syllable_Type
112 jg        ; Joining_Group
113 jt        ; Joining_Type
114 lb        ; Line_Break
115 NFC_QC    ; NFC_Quick_Check
116 NFD_QC    ; NFD_Quick_Check
117 NFKC_QC   ; NFKC_Quick_Check
118 NFKD_QC   ; NFKD_Quick_Check
119 nt        ; Numeric_Type
120 SB        ; Sentence_Break
121 WB        ; Word_Break
122
123 # ================================================
124 # Binary Properties
125 # ================================================
126 AHex      ; ASCII_Hex_Digit
127 Alpha     ; Alphabetic
128 Bidi_C    ; Bidi_Control
129 Bidi_M    ; Bidi_Mirrored
130 Cased     ; Cased
131 CE        ; Composition_Exclusion
132 CI        ; Case_Ignorable
133 Comp_Ex   ; Full_Composition_Exclusion
134 CWCF      ; Changes_When_Casefolded
135 CWCM      ; Changes_When_Casemapped
136 CWKCF     ; Changes_When_NFKC_Casefolded
137 CWL       ; Changes_When_Lowercased
138 CWT       ; Changes_When_Titlecased
139 CWU       ; Changes_When_Uppercased
140 Dash      ; Dash
141 Dep       ; Deprecated
142 DI        ; Default_Ignorable_Code_Point
143 Dia       ; Diacritic
144 Ext       ; Extender
145 Gr_Base   ; Grapheme_Base
146 Gr_Ext    ; Grapheme_Extend
147 Gr_Link   ; Grapheme_Link
148 Hex       ; Hex_Digit
149 Hyphen    ; Hyphen
150 IDC       ; ID_Continue
151 Ideo      ; Ideographic
152 IDS       ; ID_Start
153 IDSB      ; IDS_Binary_Operator
154 IDST      ; IDS_Trinary_Operator
155 Join_C    ; Join_Control
156 LOE       ; Logical_Order_Exception
157 Lower     ; Lowercase
158 Math      ; Math
159 NChar     ; Noncharacter_Code_Point
160 OAlpha    ; Other_Alphabetic
161 ODI       ; Other_Default_Ignorable_Code_Point
162 OGr_Ext   ; Other_Grapheme_Extend
163 OIDC      ; Other_ID_Continue
164 OIDS      ; Other_ID_Start
165 OLower    ; Other_Lowercase
166 OMath     ; Other_Math
167 OUpper    ; Other_Uppercase
168 Pat_Syn   ; Pattern_Syntax
169 Pat_WS    ; Pattern_White_Space
170 QMark     ; Quotation_Mark
171 Radical   ; Radical
172 SD        ; Soft_Dotted
173 STerm     ; STerm
174 Term      ; Terminal_Punctuation
175 UIdeo     ; Unified_Ideograph
176 Upper     ; Uppercase
177 VS        ; Variation_Selector
178 WSpace    ; White_Space                 ; space
179 XIDC      ; XID_Continue
180 XIDS      ; XID_Start
181 XO_NFC    ; Expands_On_NFC
182 XO_NFD    ; Expands_On_NFD
183 XO_NFKC   ; Expands_On_NFKC
184 XO_NFKD   ; Expands_On_NFKD
185
186 # ================================================
187 # Total:    112
188
189 # EOF