| 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 UCD access macros. New values that are added for new releases of Unicode |
| 10 |
|
should always be at the end of each enum, for backwards compatibility. */ |
| 11 |
|
|
| 12 |
/* These are the general character categories. */ |
/* These are the general character categories. */ |
| 13 |
|
|
| 119 |
ucp_Tibetan, |
ucp_Tibetan, |
| 120 |
ucp_Tifinagh, |
ucp_Tifinagh, |
| 121 |
ucp_Ugaritic, |
ucp_Ugaritic, |
| 122 |
ucp_Yi |
ucp_Yi, |
| 123 |
|
/* New for Unicode 5.0: */ |
| 124 |
|
ucp_Balinese, |
| 125 |
|
ucp_Cuneiform, |
| 126 |
|
ucp_Nko, |
| 127 |
|
ucp_Phags_Pa, |
| 128 |
|
ucp_Phoenician, |
| 129 |
|
/* New for Unicode 5.1: */ |
| 130 |
|
ucp_Carian, |
| 131 |
|
ucp_Cham, |
| 132 |
|
ucp_Kayah_Li, |
| 133 |
|
ucp_Lepcha, |
| 134 |
|
ucp_Lycian, |
| 135 |
|
ucp_Lydian, |
| 136 |
|
ucp_Ol_Chiki, |
| 137 |
|
ucp_Rejang, |
| 138 |
|
ucp_Saurashtra, |
| 139 |
|
ucp_Sundanese, |
| 140 |
|
ucp_Vai |
| 141 |
}; |
}; |
| 142 |
|
|
| 143 |
#endif |
#endif |