]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genpname/SyntheticPropertyAliases.txt
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / genpname / SyntheticPropertyAliases.txt
index 335ce6605118e66c163a5a7fd5f1deef330a36fe..77d71f23b36c4b4f95938b21e8b58eeba6749fde 100644 (file)
@@ -1,5 +1,5 @@
 ######################################################################
-# Copyright (c) 2003, International Business Machines
+# Copyright (c) 2003-2005, International Business Machines
 # Corporation and others.  All Rights Reserved.
 ######################################################################
 # Author: Alan Liu
 # Enumerated Non-Binary Properties
 # ================================================
 
+# lccc(c)=ccc(NFD(c)[0])
+# tccc(c)=ccc(NFD(c)[last])
+lccc; Lead_Canonical_Combining_Class
+tccc; Trail_Canonical_Combining_Class
+
 # ================================================
 # Bitmask Properties
 # ================================================
@@ -30,3 +35,18 @@ gcm       ; General_Category_Mask
 # Binary Properties
 # ================================================
 Sensitive ; Case_Sensitive
+
+nfdinert; NFD_Inert
+nfkdinert; NFKD_Inert
+nfcinert; NFC_Inert
+nfkcinert; NFKC_Inert
+
+segstart; Segment_Starter
+
+# C/POSIX character classes that do not have Unicode property [value] aliases
+# see uchar.h
+n/a; alnum
+n/a; blank
+n/a; graph
+n/a; print
+n/a; xdigit