]>
Commit | Line | Data |
---|---|---|
b75a7d8f | 1 | ###################################################################### |
374ca955 | 2 | # Copyright (c) 2003-2004, International Business Machines |
b75a7d8f A |
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 | ||
374ca955 A |
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 | ||
b75a7d8f A |
29 | # ================================================ |
30 | # Bitmask Properties | |
31 | # ================================================ | |
32 | gcm ; General_Category_Mask | |
33 | ||
34 | # ================================================ | |
35 | # Binary Properties | |
36 | # ================================================ | |
37 | Sensitive ; Case_Sensitive | |
374ca955 A |
38 | |
39 | nfdinert; NFD_Inert | |
40 | nfkdinert; NFKD_Inert | |
41 | nfcinert; NFC_Inert | |
42 | nfkcinert; NFKC_Inert | |
43 | ||
44 | segstart; Segment_Starter |