38 |
const pcre_uint32 PRIV(ucd_caseless_sets)[] = {0}; |
const pcre_uint32 PRIV(ucd_caseless_sets)[] = {0}; |
39 |
#else |
#else |
40 |
|
|
41 |
|
/* If the 32-bit library is run in non-32-bit mode, character values |
42 |
|
greater than 0x10ffff may be encountered. For these we set up a |
43 |
|
special record. */ |
44 |
|
|
45 |
|
#ifdef COMPILE_PCRE32 |
46 |
|
const ucd_record PRIV(dummy_ucd_record)[] = {{ |
47 |
|
ucp_Common, /* script */ |
48 |
|
ucp_Cn, /* type unassigned */ |
49 |
|
ucp_gbOther, /* grapheme break property */ |
50 |
|
0, /* case set */ |
51 |
|
0, /* other case */ |
52 |
|
}}; |
53 |
|
#endif |
54 |
|
|
55 |
/* When recompiling tables with a new Unicode version, please check the |
/* When recompiling tables with a new Unicode version, please check the |
56 |
types in this structure definition from pcre_internal.h (the actual |
types in this structure definition from pcre_internal.h (the actual |
57 |
field names will be different): |
field names will be different): |