source: for-distributions/trunk/bin/windows/perl/lib/unicore/PropertyAliases.txt@ 14489

Last change on this file since 14489 was 14489, checked in by oranfry, 17 years ago

upgrading to perl 5.8

File size: 5.1 KB
Line 
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# ================================================
52nv ; Numeric_Value
53
54# ================================================
55# String Properties
56# ================================================
57bmg ; Bidi_Mirroring_Glyph
58cf ; Case_Folding
59dm ; Decomposition_Mapping
60FC_NFKC ; FC_NFKC_Closure
61lc ; Lowercase_Mapping
62scc ; Special_Case_Condition
63sfc ; Simple_Case_Folding
64slc ; Simple_Lowercase_Mapping
65stc ; Simple_Titlecase_Mapping
66suc ; Simple_Uppercase_Mapping
67tc ; Titlecase_Mapping
68uc ; Uppercase_Mapping
69
70# ================================================
71# Miscellaneous Properties
72# ================================================
73isc ; ISO_Comment
74na ; Name
75na1 ; Unicode_1_Name
76URS ; Unicode_Radical_Stroke
77
78# ================================================
79# Catalog Properties
80# ================================================
81age ; Age
82blk ; Block
83sc ; Script
84
85# ================================================
86# Enumerated Properties
87# ================================================
88bc ; Bidi_Class
89ccc ; Canonical_Combining_Class
90dt ; Decomposition_Type
91ea ; East_Asian_Width
92gc ; General_Category
93GCB ; Grapheme_Cluster_Break
94hst ; Hangul_Syllable_Type
95jg ; Joining_Group
96jt ; Joining_Type
97lb ; Line_Break
98NFC_QC ; NFC_Quick_Check
99NFD_QC ; NFD_Quick_Check
100NFKC_QC ; NFKC_Quick_Check
101NFKD_QC ; NFKD_Quick_Check
102nt ; Numeric_Type
103SB ; Sentence_Break
104WB ; Word_Break
105
106# ================================================
107# Binary Properties
108# ================================================
109AHex ; ASCII_Hex_Digit
110Alpha ; Alphabetic
111Bidi_C ; Bidi_Control
112Bidi_M ; Bidi_Mirrored
113CE ; Composition_Exclusion
114Comp_Ex ; Full_Composition_Exclusion
115Dash ; Dash
116Dep ; Deprecated
117DI ; Default_Ignorable_Code_Point
118Dia ; Diacritic
119Ext ; Extender
120Gr_Base ; Grapheme_Base
121Gr_Ext ; Grapheme_Extend
122Gr_Link ; Grapheme_Link
123Hex ; Hex_Digit
124Hyphen ; Hyphen
125IDC ; ID_Continue
126Ideo ; Ideographic
127IDS ; ID_Start
128IDSB ; IDS_Binary_Operator
129IDST ; IDS_Trinary_Operator
130Join_C ; Join_Control
131LOE ; Logical_Order_Exception
132Lower ; Lowercase
133Math ; Math
134NChar ; Noncharacter_Code_Point
135OAlpha ; Other_Alphabetic
136ODI ; Other_Default_Ignorable_Code_Point
137OGr_Ext ; Other_Grapheme_Extend
138OIDC ; Other_ID_Continue
139OIDS ; Other_ID_Start
140OLower ; Other_Lowercase
141OMath ; Other_Math
142OUpper ; Other_Uppercase
143Pat_Syn ; Pattern_Syntax
144Pat_WS ; Pattern_White_Space
145QMark ; Quotation_Mark
146Radical ; Radical
147SD ; Soft_Dotted
148STerm ; STerm
149Term ; Terminal_Punctuation
150UIdeo ; Unified_Ideograph
151Upper ; Uppercase
152VS ; Variation_Selector
153WSpace ; White_Space ; space
154XIDC ; XID_Continue
155XIDS ; XID_Start
156XO_NFC ; Expands_On_NFC
157XO_NFD ; Expands_On_NFD
158XO_NFKC ; Expands_On_NFKC
159XO_NFKD ; Expands_On_NFKD
160
161# ================================================
162# Total: 88
163
Note: See TracBrowser for help on using the repository browser.