Change 12495 by jhi@alpha on 2001/10/18 14:06:52
More documented In categories.
Affected files ...
... //depot/perl/pod/perlunicode.pod#37 edit
Differences ...
==== //depot/perl/pod/perlunicode.pod#37 (text) ====
Index: perl/pod/perlunicode.pod
--- perl/pod/perlunicode.pod.~1~ Thu Oct 18 08:15:05 2001
+++ perl/pod/perlunicode.pod Thu Oct 18 08:15:05 2001
@@ -250,6 +250,8 @@
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.)
End of Patch.