| 61 |
/* These are the breakpoints for different numbers of bytes in a UTF-8 |
/* These are the breakpoints for different numbers of bytes in a UTF-8 |
| 62 |
character. */ |
character. */ |
| 63 |
|
|
| 64 |
|
#ifdef SUPPORT_UTF8 |
| 65 |
|
|
| 66 |
const int _pcre_utf8_table1[] = |
const int _pcre_utf8_table1[] = |
| 67 |
{ 0x7f, 0x7ff, 0xffff, 0x1fffff, 0x3ffffff, 0x7fffffff}; |
{ 0x7f, 0x7ff, 0xffff, 0x1fffff, 0x3ffffff, 0x7fffffff}; |
| 68 |
|
|
| 196 |
|
|
| 197 |
const int _pcre_utt_size = sizeof(_pcre_utt)/sizeof(ucp_type_table); |
const int _pcre_utt_size = sizeof(_pcre_utt)/sizeof(ucp_type_table); |
| 198 |
|
|
| 199 |
|
#endif /* SUPPORT_UTF8 */ |
| 200 |
|
|
| 201 |
/* End of pcre_tables.c */ |
/* End of pcre_tables.c */ |