RE: [perl #40227] 'reserved' warning not working
[p5sagit/p5-mst-13.2.git] / lib / unicore / PropertyAliases.txt
index 913c41f..39b14e5 100644 (file)
@@ -1,60 +1,64 @@
-# PropertyAliases-3.2.0.txt
-# Date: 2002-03-19,23:31:21 GMT [MD]
+# PropertyAliases-4.1.0.txt
+# Date: 2005-02-26, 11:13:41 GMT [MD]
 #
+# Unicode Character Database
+# Copyright (c) 1991-2005 Unicode, Inc.
+# For terms of use, see http://www.unicode.org/terms_of_use.html
+# For documentation, see UCD.html
 # This file contains aliases for properties used in the UCD.
 # These names can be used for XML formats of UCD data, for regular-expression
 # property tests, and other programmatic textual descriptions of Unicode data.
-# The names are not normative, except where they correspond to normative
-# properties in the UCD. For information on which properties are normative,
-# see UnicodeCharacterDatabase.html.
+# For information on which properties are normative, see UCD.html.
 #
 # The names may be translated in appropriate environments, and additional
 # aliases may be useful.
 #
 # FORMAT
 #
-# Each line has two fields, separated by semicolons.
+# Each line has two or more fields, separated by semicolons.
 #
-# First Field: The first field is an abbreviated name for the property
+# First Field: The first field is an abbreviated name for the property.
 #
 # Second Field: The second field is a long name
 #
-# With loose matching of property names, the case distinctions, whitespace,
-# and '_' are ignored.
+# The above are the preferred aliases. Other aliases may be listed in additional fields.
 #
-# NOTE: Currently there is at most one abbreviated name and one long name for
-# each property. However, in the future additional aliases
-# may be added. In such a case, the first line for the property
-# would have the preferred alias for output.
+# Loose matching should be applied to all property names and property values, with
+# the exception of String Property values. With loose matching of property names and
+# values, the case distinctions, whitespace, and '_' are ignored. For Numeric Property
+# values, numeric equivalencies are applied: thus "01.00" is equivalent to "1".
 #
-# NOTE: The property value names are NOT unique across properties, especially
-# with loose matches. For example,
+# NOTE: Property value names are NOT unique across properties. For example:
 #
-# AL means Arabic Letter for the Bidi_Class property, and
-# AL means Alpha_Left for the Combining_Class property, and
-# AL means Alphabetic for the Line_Break property.
+#   AL means Arabic Letter for the Bidi_Class property, and
+#   AL means Alpha_Left for the Combining_Class property, and
+#   AL means Alphabetic for the Line_Break property.
 #
 # In addition, some property names may be the same as some property value names.
+# For example:
+#
+#   sc means the Script property, and
+#   Sc means the General_Category property value Currency_Symbol (Sc)
 #
 # The combination of property value and property name is, however, unique.
-# For more information, see UTR #24: Regular Expression Guidelines
+#
+# For more information, see UTS #18: Regular Expression Guidelines
 # ================================================
 
 
 # ================================================
-# Non-enumerated Properties
+# Numeric Properties
+# ================================================
+nv        ; Numeric_Value
+
+# ================================================
+# String Properties
 # ================================================
-age       ; Age
-blk       ; Block
 bmg       ; Bidi_Mirroring_Glyph
 cf        ; Case_Folding
 dm        ; Decomposition_Mapping
 FC_NFKC   ; FC_NFKC_Closure
-isc       ; ISO_Comment
 lc        ; Lowercase_Mapping
-na        ; Name
-na1       ; Unicode_1_Name
-nv        ; Numeric_Value
 scc       ; Special_Case_Condition
 sfc       ; Simple_Case_Folding
 slc       ; Simple_Lowercase_Mapping
@@ -64,20 +68,40 @@ tc        ; Titlecase_Mapping
 uc        ; Uppercase_Mapping
 
 # ================================================
-# Enumerated Non-Binary Properties
+# Miscellaneous Properties
+# ================================================
+isc       ; ISO_Comment
+na        ; Name
+na1       ; Unicode_1_Name
+URS       ; Unicode_Radical_Stroke
+
+# ================================================
+# Catalog Properties
+# ================================================
+age       ; Age
+blk       ; Block
+sc        ; Script
+
+# ================================================
+# Enumerated Properties
 # ================================================
 bc        ; Bidi_Class
 ccc       ; Canonical_Combining_Class
 dt        ; Decomposition_Type
 ea        ; East_Asian_Width
 gc        ; General_Category
+GCB       ; Grapheme_Cluster_Break
+hst       ; Hangul_Syllable_Type
 jg        ; Joining_Group
 jt        ; Joining_Type
 lb        ; Line_Break
 NFC_QC    ; NFC_Quick_Check
+NFD_QC    ; NFD_Quick_Check
 NFKC_QC   ; NFKC_Quick_Check
+NFKD_QC   ; NFKD_Quick_Check
 nt        ; Numeric_Type
-sc        ; Script
+SB        ; Sentence_Break
+WB        ; Word_Break
 
 # ================================================
 # Binary Properties
@@ -107,26 +131,33 @@ Join_C    ; Join_Control
 LOE       ; Logical_Order_Exception
 Lower     ; Lowercase
 Math      ; Math
-NBrk      ; Non_Break
 NChar     ; Noncharacter_Code_Point
-NFD_QC    ; NFD_Quick_Check
-NFKD_QC   ; NFKD_Quick_Check
 OAlpha    ; Other_Alphabetic
 ODI       ; Other_Default_Ignorable_Code_Point
 OGr_Ext   ; Other_Grapheme_Extend
+OIDC      ; Other_ID_Continue
+OIDS      ; Other_ID_Start
 OLower    ; Other_Lowercase
 OMath     ; Other_Math
 OUpper    ; Other_Uppercase
+Pat_Syn   ; Pattern_Syntax
+Pat_WS    ; Pattern_White_Space
 QMark     ; Quotation_Mark
 Radical   ; Radical
 SD        ; Soft_Dotted
+STerm     ; STerm
 Term      ; Terminal_Punctuation
 UIdeo     ; Unified_Ideograph
 Upper     ; Uppercase
-WSpace    ; White_Space
+VS        ; Variation_Selector
+WSpace    ; White_Space                 ; space
 XIDC      ; XID_Continue
 XIDS      ; XID_Start
 XO_NFC    ; Expands_On_NFC
 XO_NFD    ; Expands_On_NFD
 XO_NFKC   ; Expands_On_NFKC
 XO_NFKD   ; Expands_On_NFKD
+
+# ================================================
+# Total:    88
+