50 |
library with debugging, they are included twice, but that isn't really a |
library with debugging, they are included twice, but that isn't really a |
51 |
problem - compiling with debugging is pretty rare and these are very small. */ |
problem - compiling with debugging is pretty rare and these are very small. */ |
52 |
|
|
53 |
static int utf8_t3[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; |
static const int utf8_t3[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; |
54 |
|
|
55 |
static uschar utf8_t4[] = { |
static const uschar utf8_t4[] = { |
56 |
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, |
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, |
57 |
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, |
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, |
58 |
2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, |
2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, |