| 277 |
#define ERR32 "this version of PCRE is not compiled with PCRE_UTF8 support" |
#define ERR32 "this version of PCRE is not compiled with PCRE_UTF8 support" |
| 278 |
#define ERR33 "characters with values > 255 are not yet supported in classes" |
#define ERR33 "characters with values > 255 are not yet supported in classes" |
| 279 |
#define ERR34 "character value in \\x{...} sequence is too large" |
#define ERR34 "character value in \\x{...} sequence is too large" |
| 280 |
|
#define ERR35 "invalid condition (?(0)" |
| 281 |
|
|
| 282 |
/* All character handling must be done as unsigned characters. Otherwise there |
/* All character handling must be done as unsigned characters. Otherwise there |
| 283 |
are problems with top-bit-set characters and functions such as isspace(). |
are problems with top-bit-set characters and functions such as isspace(). |