]> git.saurik.com Git - apple/icu.git/blame - icuSources/data/unidata/PropertyAliases.txt
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / data / unidata / PropertyAliases.txt
CommitLineData
73c04bcf
A
1# PropertyAliases-5.0.0.txt
2# Date: 2006-03-03, 08:23:34 GMT [MD]
b75a7d8f 3#
374ca955 4# Unicode Character Database
73c04bcf 5# Copyright (c) 1991-2006 Unicode, Inc.
374ca955
A
6# For terms of use, see http://www.unicode.org/terms_of_use.html
7# For documentation, see UCD.html
73c04bcf 8#
b75a7d8f
A
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#
374ca955 19# Each line has two or more fields, separated by semicolons.
b75a7d8f
A
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#
374ca955 25# The above are the preferred aliases. Other aliases may be listed in additional fields.
b75a7d8f 26#
374ca955
A
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".
b75a7d8f 31#
374ca955 32# NOTE: Property value names are NOT unique across properties. For example:
b75a7d8f
A
33#
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.
37#
38# In addition, some property names may be the same as some property value names.
374ca955
A
39# For example:
40#
41# sc means the Script property, and
42# Sc means the General_Category property value Currency_Symbol (Sc)
b75a7d8f
A
43#
44# The combination of property value and property name is, however, unique.
374ca955
A
45#
46# For more information, see UTS #18: Regular Expression Guidelines
b75a7d8f
A
47# ================================================
48
49
50# ================================================
374ca955
A
51# Numeric Properties
52# ================================================
53nv ; Numeric_Value
54
55# ================================================
56# String Properties
b75a7d8f 57# ================================================
b75a7d8f
A
58bmg ; Bidi_Mirroring_Glyph
59cf ; Case_Folding
60dm ; Decomposition_Mapping
61FC_NFKC ; FC_NFKC_Closure
b75a7d8f 62lc ; Lowercase_Mapping
b75a7d8f
A
63scc ; Special_Case_Condition
64sfc ; Simple_Case_Folding
65slc ; Simple_Lowercase_Mapping
66stc ; Simple_Titlecase_Mapping
67suc ; Simple_Uppercase_Mapping
68tc ; Titlecase_Mapping
69uc ; Uppercase_Mapping
374ca955
A
70
71# ================================================
72# Miscellaneous Properties
73# ================================================
74isc ; ISO_Comment
75na ; Name
76na1 ; Unicode_1_Name
b75a7d8f
A
77URS ; Unicode_Radical_Stroke
78
79# ================================================
374ca955
A
80# Catalog Properties
81# ================================================
82age ; Age
83blk ; Block
84sc ; Script
85
86# ================================================
87# Enumerated Properties
b75a7d8f
A
88# ================================================
89bc ; Bidi_Class
90ccc ; Canonical_Combining_Class
91dt ; Decomposition_Type
92ea ; East_Asian_Width
93gc ; General_Category
73c04bcf 94GCB ; Grapheme_Cluster_Break
b75a7d8f
A
95hst ; Hangul_Syllable_Type
96jg ; Joining_Group
97jt ; Joining_Type
98lb ; Line_Break
99NFC_QC ; NFC_Quick_Check
100NFD_QC ; NFD_Quick_Check
101NFKC_QC ; NFKC_Quick_Check
102NFKD_QC ; NFKD_Quick_Check
103nt ; Numeric_Type
73c04bcf
A
104SB ; Sentence_Break
105WB ; Word_Break
b75a7d8f
A
106
107# ================================================
108# Binary Properties
109# ================================================
110AHex ; ASCII_Hex_Digit
111Alpha ; Alphabetic
112Bidi_C ; Bidi_Control
113Bidi_M ; Bidi_Mirrored
114CE ; Composition_Exclusion
115Comp_Ex ; Full_Composition_Exclusion
116Dash ; Dash
117Dep ; Deprecated
118DI ; Default_Ignorable_Code_Point
119Dia ; Diacritic
120Ext ; Extender
121Gr_Base ; Grapheme_Base
122Gr_Ext ; Grapheme_Extend
123Gr_Link ; Grapheme_Link
124Hex ; Hex_Digit
125Hyphen ; Hyphen
126IDC ; ID_Continue
127Ideo ; Ideographic
128IDS ; ID_Start
129IDSB ; IDS_Binary_Operator
130IDST ; IDS_Trinary_Operator
131Join_C ; Join_Control
132LOE ; Logical_Order_Exception
133Lower ; Lowercase
134Math ; Math
135NChar ; Noncharacter_Code_Point
136OAlpha ; Other_Alphabetic
137ODI ; Other_Default_Ignorable_Code_Point
138OGr_Ext ; Other_Grapheme_Extend
73c04bcf 139OIDC ; Other_ID_Continue
b75a7d8f
A
140OIDS ; Other_ID_Start
141OLower ; Other_Lowercase
142OMath ; Other_Math
143OUpper ; Other_Uppercase
73c04bcf
A
144Pat_Syn ; Pattern_Syntax
145Pat_WS ; Pattern_White_Space
b75a7d8f
A
146QMark ; Quotation_Mark
147Radical ; Radical
148SD ; Soft_Dotted
374ca955 149STerm ; STerm
b75a7d8f
A
150Term ; Terminal_Punctuation
151UIdeo ; Unified_Ideograph
152Upper ; Uppercase
374ca955 153VS ; Variation_Selector
73c04bcf 154WSpace ; White_Space ; space
b75a7d8f
A
155XIDC ; XID_Continue
156XIDS ; XID_Start
157XO_NFC ; Expands_On_NFC
158XO_NFD ; Expands_On_NFD
159XO_NFKC ; Expands_On_NFKC
160XO_NFKD ; Expands_On_NFKD
374ca955
A
161
162# ================================================
73c04bcf 163# Total: 88
374ca955 164
73c04bcf 165# EOF