]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genpname/SyntheticPropertyAliases.txt
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / genpname / SyntheticPropertyAliases.txt
1 ######################################################################
2 # Copyright (c) 2003-2005, International Business Machines
3 # Corporation and others. All Rights Reserved.
4 ######################################################################
5 # Author: Alan Liu
6 # Created: February 20 2003
7 # Since: ICU 2.6
8 ######################################################################
9
10 # This file follows the format of PropertyAliases.txt
11 # It contains synthetic property aliases not present
12 # in the UCD. Unlike PropertyAliases.txt, it should
13 # NOT contain a version number.
14 # ================================================
15
16 # ================================================
17 # Non-enumerated Properties
18 # ================================================
19
20 # ================================================
21 # Enumerated Non-Binary Properties
22 # ================================================
23
24 # lccc(c)=ccc(NFD(c)[0])
25 # tccc(c)=ccc(NFD(c)[last])
26 lccc; Lead_Canonical_Combining_Class
27 tccc; Trail_Canonical_Combining_Class
28
29 # ================================================
30 # Bitmask Properties
31 # ================================================
32 gcm ; General_Category_Mask
33
34 # ================================================
35 # Binary Properties
36 # ================================================
37 Sensitive ; Case_Sensitive
38
39 nfdinert; NFD_Inert
40 nfkdinert; NFKD_Inert
41 nfcinert; NFC_Inert
42 nfkcinert; NFKC_Inert
43
44 segstart; Segment_Starter
45
46 # C/POSIX character classes that do not have Unicode property [value] aliases
47 # see uchar.h
48 n/a; alnum
49 n/a; blank
50 n/a; graph
51 n/a; print
52 n/a; xdigit