Add new error strings to QRegularExpression
They are introduced in PCRE 8.31. Change-Id: Id0447b381d5e23996d4e87ae0368b07a8bc1c318 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
23c19acc59
commit
e75be9f30e
@ -2345,7 +2345,9 @@ static const char *pcreCompileErrorCodes[] =
|
||||
QT_TRANSLATE_NOOP("QRegularExpression", "\\N is not supported in a class"),
|
||||
QT_TRANSLATE_NOOP("QRegularExpression", "too many forward references"),
|
||||
QT_TRANSLATE_NOOP("QRegularExpression", "disallowed Unicode code point (>= 0xd800 && <= 0xdfff)"),
|
||||
QT_TRANSLATE_NOOP("QRegularExpression", "invalid UTF-16 string")
|
||||
QT_TRANSLATE_NOOP("QRegularExpression", "invalid UTF-16 string"),
|
||||
QT_TRANSLATE_NOOP("QRegularExpression", "name is too long in (*MARK), (*PRUNE), (*SKIP), or (*THEN)"),
|
||||
QT_TRANSLATE_NOOP("QRegularExpression", "character value in \\u.... sequence is too large")
|
||||
};
|
||||
#endif // #if 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user