summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-08-20 18:31:04 -0600
committerKarl Williamson <khw@cpan.org>2019-02-14 22:12:44 -0700
commit73b95840bb1b55d761ec2dd075d2a8c37fa94bf4 (patch)
tree62173297f7046b6354f4a4275ed45ceb3d81c86c /pod/perlunicode.pod
parentdd52e3cc434f4c6a495379f06a99d35da217eecb (diff)
downloadperl-73b95840bb1b55d761ec2dd075d2a8c37fa94bf4.tar.gz
Move \p{user-defined} to core from utf8_heavy.pl
This large commit moves the handling of user-defined properties to C code. This should speed it up, but the main reason to do this is to stop using swashes in this case, leaving only tr/// using them. Once that too is converted, all swash handling can be ripped out of perl. Doing this in perl has caused some nasty interactions that will now be fixed automatically. The change is not entirely transparent, however (besides speed and the possibility of removing these interactions). perldelta in this commit details these.
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index a7f87a1ae6..d6931e4d02 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -965,7 +965,8 @@ A single hexadecimal number denoting a code point to include.
=item *
Two hexadecimal numbers separated by horizontal whitespace (space or
-tabular characters) denoting a range of code points to include.
+tabular characters) denoting a range of code points to include. The
+second number must not be smaller than the first.
=item *