This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a14537
)
perlrebackslash: Note \b{sb} is subject to change
author
Karl Williamson
<khw@cpan.org>
Thu, 7 May 2015 18:53:45 +0000
(12:53 -0600)
committer
Karl Williamson
<khw@cpan.org>
Thu, 7 May 2015 23:32:48 +0000
(17:32 -0600)
The Unicode algorithm has big issues, and may change.
pod/perlrebackslash.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrebackslash.pod
b/pod/perlrebackslash.pod
index
55df618
..
c216f25
100644
(file)
--- a/
pod/perlrebackslash.pod
+++ b/
pod/perlrebackslash.pod
@@
-589,7
+589,8
@@
the ends of sententces. C<\b{sb}> doesn't do well with text containing
embedded newlines, like the source text of the document you are reading.
Such text needs to be preprocessed to get rid of the line separators
before looking for sentence boundaries. Some people view this as a bug
-in the Unicode standard.
+in the Unicode standard, and this behavior is quite subject to change in
+future Perl versions.
=item C<\b{wb}>