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]) 26lccc; Lead_Canonical_Combining_Class 27tccc; Trail_Canonical_Combining_Class 28 29# ================================================ 30# Bitmask Properties 31# ================================================ 32gcm ; General_Category_Mask 33 34# ================================================ 35# Binary Properties 36# ================================================ 37Sensitive ; Case_Sensitive 38 39nfdinert; NFD_Inert 40nfkdinert; NFKD_Inert 41nfcinert; NFC_Inert 42nfkcinert; NFKC_Inert 43 44segstart; Segment_Starter 45 46# C/POSIX character classes that do not have Unicode property [value] aliases 47# see uchar.h 48n/a; alnum 49n/a; blank 50n/a; graph 51n/a; print 52n/a; xdigit 53