From 27200c0ca41ae8a34637bf8237d5298ee525067c Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Fri, 15 Jun 2012 11:16:05 +0100 Subject: [PATCH 1/1] Remove RXf_UTF8 from perlreapi This flag was removed 4 years ago by 8f6ae13c. Update docs to match. --- pod/perlreapi.pod | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pod/perlreapi.pod b/pod/perlreapi.pod index 4e06583..35b6b74 100644 --- a/pod/perlreapi.pod +++ b/pod/perlreapi.pod @@ -144,15 +144,6 @@ Additional flags: =over 4 -=item RXf_UTF8 - -Set if the pattern is L, set by Perl_pmruntime. - -A regex engine may want to set or disable this flag during -compilation. The perl engine for instance may upgrade non-UTF-8 -strings to UTF-8 if the pattern includes constructs such as C<\x{...}> -that can only match Unicode values. - =item RXf_SPLIT If C is invoked as C or with no arguments (which -- 1.8.3.1