blob: 77d71f23b36c4b4f95938b21e8b58eeba6749fde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
######################################################################
# Copyright (c) 2003-2005, International Business Machines
# Corporation and others. All Rights Reserved.
######################################################################
# Author: Alan Liu
# Created: February 20 2003
# Since: ICU 2.6
######################################################################
# This file follows the format of PropertyAliases.txt
# It contains synthetic property aliases not present
# in the UCD. Unlike PropertyAliases.txt, it should
# NOT contain a version number.
# ================================================
# ================================================
# Non-enumerated Properties
# ================================================
# ================================================
# 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
# ================================================
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
|