More documented In categories.
Jarkko Hietaniemi [Thu, 18 Oct 2001 14:06:52 +0000 (14:06 +0000)]
p4raw-id: //depot/perl@12495

pod/perlunicode.pod

index dd1d726..9e3ca75 100644 (file)
@@ -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.)