From: Jarkko Hietaniemi Date: Thu, 18 Oct 2001 14:06:52 +0000 (+0000) Subject: More documented In categories. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a63942c2c39632b8e5b0eb55463cda0d2fab4ce9;p=p5sagit%2Fp5-mst-13.2.git More documented In categories. p4raw-id: //depot/perl@12495 --- diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index dd1d726..9e3ca75 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -250,6 +250,8 @@ The following reserved ranges have C 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.)