19 |
|
|
20 |
#ifndef SUPPORT_UCP |
#ifndef SUPPORT_UCP |
21 |
const ucd_record _pcre_ucd_records[] = {{0,0,0 }}; |
const ucd_record _pcre_ucd_records[] = {{0,0,0 }}; |
22 |
const uschar _pcre_ucd_stage1[] = {0}; |
const pcre_uint8 _pcre_ucd_stage1[] = {0}; |
23 |
const pcre_uint16 _pcre_ucd_stage2[] = {0}; |
const pcre_uint16 _pcre_ucd_stage2[] = {0}; |
24 |
#else |
#else |
25 |
|
|
26 |
/* When recompiling tables with a new Unicode version, |
/* When recompiling tables with a new Unicode version, |
27 |
please check types in the structure definition from pcre_internal.h: |
please check types in the structure definition from pcre_internal.h: |
28 |
typedef struct { |
typedef struct { |
29 |
uschar property_0; |
pcre_uint8 property_0; |
30 |
uschar property_1; |
pcre_uint8 property_1; |
31 |
pcre_int32 property_2; |
pcre_int32 property_2; |
32 |
} ucd_record; */ |
} ucd_record; */ |
33 |
|
|
575 |
{ 26, 26, 0, }, /* 539 */ |
{ 26, 26, 0, }, /* 539 */ |
576 |
}; |
}; |
577 |
|
|
578 |
const uschar _pcre_ucd_stage1[] = { /* 8704 bytes */ |
const pcre_uint8 _pcre_ucd_stage1[] = { /* 8704 bytes */ |
579 |
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, /* U+0000 */ |
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, /* U+0000 */ |
580 |
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, /* U+0800 */ |
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, /* U+0800 */ |
581 |
32, 33, 34, 34, 35, 36, 37, 38, 39, 40, 40, 40, 41, 42, 43, 44, /* U+1000 */ |
32, 33, 34, 34, 35, 36, 37, 38, 39, 40, 40, 40, 41, 42, 43, 44, /* U+1000 */ |