Skip to content

Commit

Permalink
PCRE: Enable UCP support. Allows for \X \P \p
Browse files Browse the repository at this point in the history
  • Loading branch information
brianferguson committed Aug 25, 2017
1 parent 10b3130 commit 87f74af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/pcre/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* #undef SUPPORT_JIT */
#define SUPPORT_PCREGREP_JIT 1
#define SUPPORT_UTF 1
/* #undef SUPPORT_UCP */
#define SUPPORT_UCP 1
/* #undef EBCDIC */
/* #undef EBCDIC_NL25 */
/* #undef BSR_ANYCRLF */
Expand Down

0 comments on commit 87f74af

Please sign in to comment.