mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
PCRE includes U+180E in /[:print:]/8W
This commit is contained in:
parent
f9b7e806b1
commit
205bc1af7f
@ -124,6 +124,7 @@ CodePointSet getPredefinedCodePointSet(PredefinedClass c,
|
||||
// Same as graph, plus everything with the Zs property.
|
||||
CodePointSet rv = getPredefinedCodePointSet(CLASS_XGRAPH, mode);
|
||||
rv |= getUcpZs();
|
||||
rv.set(0x180e); // Also included in this class by PCRE 8.38.
|
||||
return rv;
|
||||
}
|
||||
case CLASS_XPUNCT: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user