6 |
#define _UCP_H |
#define _UCP_H |
7 |
|
|
8 |
/* This file contains definitions of the property values that are returned by |
/* This file contains definitions of the property values that are returned by |
9 |
the function _pcre_ucp_findprop(). */ |
the function _pcre_ucp_findprop(). New values that are added for new releases |
10 |
|
of Unicode should always be at the end of each enum, for backwards |
11 |
|
compatibility. */ |
12 |
|
|
13 |
/* These are the general character categories. */ |
/* These are the general character categories. */ |
14 |
|
|
120 |
ucp_Tibetan, |
ucp_Tibetan, |
121 |
ucp_Tifinagh, |
ucp_Tifinagh, |
122 |
ucp_Ugaritic, |
ucp_Ugaritic, |
123 |
ucp_Yi |
ucp_Yi, |
124 |
|
ucp_Balinese, /* New for Unicode 5.0.0 */ |
125 |
|
ucp_Cuneiform, /* New for Unicode 5.0.0 */ |
126 |
|
ucp_Nko, /* New for Unicode 5.0.0 */ |
127 |
|
ucp_Phags_Pa, /* New for Unicode 5.0.0 */ |
128 |
|
ucp_Phoenician /* New for Unicode 5.0.0 */ |
129 |
}; |
}; |
130 |
|
|
131 |
#endif |
#endif |