]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
PCRE includes U+180E in /[:print:]/8W
authorJustin Viiret <justin.viiret@intel.com>
Wed, 25 Nov 2015 06:05:36 +0000 (17:05 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Sun, 6 Dec 2015 22:10:12 +0000 (09:10 +1100)
src/parser/Utf8ComponentClass.cpp

index b6b161e8f3ec748658fe26ba6e32173097e6b541..cdfc974acd56b4497bb19425b25306be35256b9d 100644 (file)
@@ -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: {