| 141 |
"Enable use of Just-in-time compiling in pcregrep.") |
"Enable use of Just-in-time compiling in pcregrep.") |
| 142 |
|
|
| 143 |
SET(PCRE_SUPPORT_UTF OFF CACHE BOOL |
SET(PCRE_SUPPORT_UTF OFF CACHE BOOL |
| 144 |
"Enable support for the Unicode Transformation Format (UTF) encoding.") |
"Enable support for Unicode Transformation Format (UTF-8 and/or UTF-16) encoding.") |
| 145 |
|
|
| 146 |
SET(PCRE_SUPPORT_UNICODE_PROPERTIES OFF CACHE BOOL |
SET(PCRE_SUPPORT_UNICODE_PROPERTIES OFF CACHE BOOL |
| 147 |
"Enable support for Unicode properties. (If set, UTF-8 support will be enabled as well)") |
"Enable support for Unicode properties (if set, UTF support will be enabled as well).") |
|
|
|
|
SET(PCRE_SUPPORT_UTF8 OFF CACHE BOOL |
|
|
"Enable support for the Unicode UTF-8 encoding.") |
|
| 148 |
|
|
| 149 |
SET(PCRE_SUPPORT_BSR_ANYCRLF OFF CACHE BOOL |
SET(PCRE_SUPPORT_BSR_ANYCRLF OFF CACHE BOOL |
| 150 |
"ON=Backslash-R matches only LF CR and CRLF, OFF=Backslash-R matches all Unicode Linebreaks") |
"ON=Backslash-R matches only LF CR and CRLF, OFF=Backslash-R matches all Unicode Linebreaks") |
| 241 |
SET(BSR_ANYCRLF 1) |
SET(BSR_ANYCRLF 1) |
| 242 |
ENDIF(PCRE_SUPPORT_BSR_ANYCRLF) |
ENDIF(PCRE_SUPPORT_BSR_ANYCRLF) |
| 243 |
|
|
| 244 |
IF(PCRE_SUPPORT_UTF OR PCRE_SUPPORT_UTF8 OR PCRE_SUPPORT_UNICODE_PROPERTIES) |
IF(PCRE_SUPPORT_UTF OR PCRE_SUPPORT_UNICODE_PROPERTIES) |
| 245 |
SET(SUPPORT_UTF 1) |
SET(SUPPORT_UTF 1) |
| 246 |
SET(PCRE_SUPPORT_UTF ON) |
SET(PCRE_SUPPORT_UTF ON) |
| 247 |
ENDIF(PCRE_SUPPORT_UTF OR PCRE_SUPPORT_UTF8 OR PCRE_SUPPORT_UNICODE_PROPERTIES) |
ENDIF(PCRE_SUPPORT_UTF OR PCRE_SUPPORT_UNICODE_PROPERTIES) |
| 248 |
|
|
| 249 |
IF(PCRE_SUPPORT_UNICODE_PROPERTIES) |
IF(PCRE_SUPPORT_UNICODE_PROPERTIES) |
| 250 |
SET(SUPPORT_UCP 1) |
SET(SUPPORT_UCP 1) |