######################################################################
-# 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
# ================================================
# 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