--- code/trunk/pcreposix.c 2007/02/24 21:39:21 43 +++ code/trunk/pcreposix.c 2007/02/24 21:39:33 49 @@ -80,7 +80,10 @@ REG_BADPAT, /* "assertion expected after (?(" */ REG_BADPAT, /* "(?p must be followed by )" */ REG_ECTYPE, /* "unknown POSIX class name" */ - REG_BADPAT /* "POSIX collating elements are not supported" */ + REG_BADPAT, /* "POSIX collating elements are not supported" */ + REG_INVARG, /* "this version of PCRE is not compiled with PCRE_UTF8 support" */ + REG_BADPAT, /* "characters with values > 255 are not yet supported in classes" */ + REG_BADPAT /* "character value in \x{...} sequence is too large" */ }; /* Table of texts corresponding to POSIX error codes */