X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..d5d484b0fbe924d3663b177965538d517ee412c1:/icuSources/tools/genpname/SyntheticPropertyAliases.txt diff --git a/icuSources/tools/genpname/SyntheticPropertyAliases.txt b/icuSources/tools/genpname/SyntheticPropertyAliases.txt index 335ce660..77d71f23 100644 --- a/icuSources/tools/genpname/SyntheticPropertyAliases.txt +++ b/icuSources/tools/genpname/SyntheticPropertyAliases.txt @@ -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 @@ -21,6 +21,11 @@ # 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