2 |
* libucp - Unicode Property Table handler * |
* libucp - Unicode Property Table handler * |
3 |
*************************************************/ |
*************************************************/ |
4 |
|
|
5 |
|
|
6 |
|
#ifndef _UCP_H |
7 |
|
#define _UCP_H |
8 |
|
|
9 |
/* These are the character categories that are returned by ucp_findchar */ |
/* These are the character categories that are returned by ucp_findchar */ |
10 |
|
|
11 |
enum { |
enum { |
53 |
ucp_Zs /* Space separator */ |
ucp_Zs /* Space separator */ |
54 |
}; |
}; |
55 |
|
|
56 |
/* For use in PCRE we make this function static so that there is no conflict if |
extern int ucp_findchar(const int, int *, int *); |
|
PCRE is linked with an application that makes use of an external version - |
|
|
assuming an external version is ever released... */ |
|
57 |
|
|
58 |
static int ucp_findchar(const int, int *, int *); |
#endif |
59 |
|
|
60 |
/* End of ucp.h */ |
/* End of ucp.h */ |