Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update pcre to pcre2-10.42 * Clean up * Use generic pcre2 files * Migrate regexp to pcre2 * Mark project/thirdparty as vendored * Separate pcre2-8 and pcre2-16 into two groups pcre2-8 and pcre2-16 can't be built together * See if linux prefers the files in this order * Fix regexp_matched error with unicode strings * Add test for mixed unicode regex matching See: HaxeFoundation/haxe#9500 * Fix length when converting utf16 regex to utf8 * Clean up whitespace in std tests * Add outByteLength param to String::wc_str() * Adjust parameter name It is the length in code units, not in bytes
- Loading branch information