From: Abigail Date: Fri, 7 Sep 2007 18:38:47 +0000 (+0200) Subject: Userdefined properties X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=510254c9f5320bdd6774cb19dcad1914b3c7e3b7;p=p5sagit%2Fp5-mst-13.2.git Userdefined properties Message-ID: <20070907163847.GB16395@abigail.be> p4raw-id: //depot/perl@31818 --- diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index a1b9449..bd279f9 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -754,6 +754,10 @@ or more newline-separated lines. Each line must be one of the following: =item * +A single hexadecimal number denoting a Unicode code point to include. + +=item * + Two hexadecimal numbers separated by horizontal whitespace (space or tabular characters) denoting a range of Unicode code points to include. @@ -844,10 +848,6 @@ two (or more) classes. It's important to remember not to use "&" for the first set -- that would be intersecting with nothing (resulting in an empty set). -A final note on the user-defined property tests: they will be used -only if the scalar has been marked as having Unicode characters. -Old byte-style strings will not be affected. - =head2 User-Defined Case Mappings You can also define your own mappings to be used in the lc(),