From a63942c2c39632b8e5b0eb55463cda0d2fab4ce9 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 18 Oct 2001 14:06:52 +0000 Subject: [PATCH] More documented In categories. p4raw-id: //depot/perl@12495 --- pod/perlunicode.pod | 2 ++ 1 file changed, 2 insertions(+) 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.) -- 2.7.4