Home | History | Annotate | Download | only in unidata
      1 # PropertyAliases-5.1.0.txt
      2 # Date: 2008-02-28, 12:28:00 PST [KW]
      3 #
      4 # Unicode Character Database
      5 # Copyright (c) 1991-2008 Unicode, Inc.
      6 # For terms of use, see http://www.unicode.org/terms_of_use.html
      7 # For documentation, see UCD.html
      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 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.
     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: Regular Expression Guidelines
     47 # ================================================
     48 
     49 
     50 # ================================================
     51 # Numeric Properties
     52 # ================================================
     53 ccc       ; Canonical_Combining_Class
     54 nv        ; Numeric_Value
     55 
     56 # ================================================
     57 # String Properties
     58 # ================================================
     59 bmg       ; Bidi_Mirroring_Glyph
     60 cf        ; Case_Folding
     61 dm        ; Decomposition_Mapping
     62 FC_NFKC   ; FC_NFKC_Closure
     63 lc        ; Lowercase_Mapping
     64 scf       ; Simple_Case_Folding         ; sfc
     65 slc       ; Simple_Lowercase_Mapping
     66 stc       ; Simple_Titlecase_Mapping
     67 suc       ; Simple_Uppercase_Mapping
     68 tc        ; Titlecase_Mapping
     69 uc        ; Uppercase_Mapping
     70 
     71 # ================================================
     72 # Miscellaneous Properties
     73 # ================================================
     74 isc       ; ISO_Comment
     75 JSN       ; Jamo_Short_Name
     76 na        ; Name
     77 na1       ; Unicode_1_Name
     78 URS       ; Unicode_Radical_Stroke
     79 
     80 # ================================================
     81 # Catalog Properties
     82 # ================================================
     83 age       ; Age
     84 blk       ; Block
     85 sc        ; Script
     86 
     87 # ================================================
     88 # Enumerated Properties
     89 # ================================================
     90 bc        ; Bidi_Class
     91 dt        ; Decomposition_Type
     92 ea        ; East_Asian_Width
     93 gc        ; General_Category
     94 GCB       ; Grapheme_Cluster_Break
     95 hst       ; Hangul_Syllable_Type
     96 jg        ; Joining_Group
     97 jt        ; Joining_Type
     98 lb        ; Line_Break
     99 NFC_QC    ; NFC_Quick_Check
    100 NFD_QC    ; NFD_Quick_Check
    101 NFKC_QC   ; NFKC_Quick_Check
    102 NFKD_QC   ; NFKD_Quick_Check
    103 nt        ; Numeric_Type
    104 SB        ; Sentence_Break
    105 WB        ; Word_Break
    106 
    107 # ================================================
    108 # Binary Properties
    109 # ================================================
    110 AHex      ; ASCII_Hex_Digit
    111 Alpha     ; Alphabetic
    112 Bidi_C    ; Bidi_Control
    113 Bidi_M    ; Bidi_Mirrored
    114 CE        ; Composition_Exclusion
    115 Comp_Ex   ; Full_Composition_Exclusion
    116 Dash      ; Dash
    117 Dep       ; Deprecated
    118 DI        ; Default_Ignorable_Code_Point
    119 Dia       ; Diacritic
    120 Ext       ; Extender
    121 Gr_Base   ; Grapheme_Base
    122 Gr_Ext    ; Grapheme_Extend
    123 Gr_Link   ; Grapheme_Link
    124 Hex       ; Hex_Digit
    125 Hyphen    ; Hyphen
    126 IDC       ; ID_Continue
    127 Ideo      ; Ideographic
    128 IDS       ; ID_Start
    129 IDSB      ; IDS_Binary_Operator
    130 IDST      ; IDS_Trinary_Operator
    131 Join_C    ; Join_Control
    132 LOE       ; Logical_Order_Exception
    133 Lower     ; Lowercase
    134 Math      ; Math
    135 NChar     ; Noncharacter_Code_Point
    136 OAlpha    ; Other_Alphabetic
    137 ODI       ; Other_Default_Ignorable_Code_Point
    138 OGr_Ext   ; Other_Grapheme_Extend
    139 OIDC      ; Other_ID_Continue
    140 OIDS      ; Other_ID_Start
    141 OLower    ; Other_Lowercase
    142 OMath     ; Other_Math
    143 OUpper    ; Other_Uppercase
    144 Pat_Syn   ; Pattern_Syntax
    145 Pat_WS    ; Pattern_White_Space
    146 QMark     ; Quotation_Mark
    147 Radical   ; Radical
    148 SD        ; Soft_Dotted
    149 STerm     ; STerm
    150 Term      ; Terminal_Punctuation
    151 UIdeo     ; Unified_Ideograph
    152 Upper     ; Uppercase
    153 VS        ; Variation_Selector
    154 WSpace    ; White_Space                 ; space
    155 XIDC      ; XID_Continue
    156 XIDS      ; XID_Start
    157 XO_NFC    ; Expands_On_NFC
    158 XO_NFD    ; Expands_On_NFD
    159 XO_NFKC   ; Expands_On_NFKC
    160 XO_NFKD   ; Expands_On_NFKD
    161 
    162 # ================================================
    163 # Total:    88
    164 
    165 # EOF
    166