diff options
author | Abigail <abigail@abigail.be> | 2007-09-07 20:38:47 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-08 12:40:05 +0000 |
commit | 510254c9f5320bdd6774cb19dcad1914b3c7e3b7 (patch) | |
tree | 8056dcbcb91c6dfb140c7b707c2765c517216ace /pod | |
parent | 3bf73462382f2e25eaf43b377f03a8498b21da20 (diff) | |
download | perl-510254c9f5320bdd6774cb19dcad1914b3c7e3b7.tar.gz |
Userdefined properties
Message-ID: <20070907163847.GB16395@abigail.be>
p4raw-id: //depot/perl@31818
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlunicode.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index a1b9449fec..bd279f984c 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(), |