projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
69aa86c
)
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
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlunicode.pod
b/pod/perlunicode.pod
index
dd1d726
..
9e3ca75
100644
(file)
--- 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.)