]> git.saurik.com Git - apple/icu.git/blame - icuSources/tools/genpname/SyntheticPropertyAliases.txt
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / genpname / SyntheticPropertyAliases.txt
CommitLineData
b75a7d8f 1######################################################################
73c04bcf 2# Copyright (c) 2003-2005, 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])
26lccc; Lead_Canonical_Combining_Class
27tccc; Trail_Canonical_Combining_Class
28
b75a7d8f
A
29# ================================================
30# Bitmask Properties
31# ================================================
32gcm ; General_Category_Mask
33
34# ================================================
35# Binary Properties
36# ================================================
37Sensitive ; Case_Sensitive
374ca955
A
38
39nfdinert; NFD_Inert
40nfkdinert; NFKD_Inert
41nfcinert; NFC_Inert
42nfkcinert; NFKC_Inert
43
44segstart; Segment_Starter
73c04bcf
A
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