summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perlunicode.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index dd1d726fab..9e3ca75424 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -250,6 +250,8 @@ The following reserved ranges have C<In> tests:
Low Surrogate
Private Surrogate
CJK Ideograph Extension B
+ Plane 15 Private Use
+ Plane 16 Private Use
For example C<"\x{AC00}" =~ \p{HangulSyllable}> will test true.
(Handling of surrogates is not implemented yet.)