diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-10-01 09:26:40 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-10-03 23:19:42 -0600 |
commit | a9c9e371c40cf388593577cf577494e91793f62a (patch) | |
tree | 94a2f8d530cb8bd2798fcad2fac40981d6f7f633 /pod/perlrecharclass.pod | |
parent | 8d70cb4adbd998d2466050b89cbfaf350f796430 (diff) | |
download | perl-a9c9e371c40cf388593577cf577494e91793f62a.tar.gz |
Upgrade to Unicode 6.3
Diffstat (limited to 'pod/perlrecharclass.pod')
-rw-r--r-- | pod/perlrecharclass.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index 611d6c6098..0a168a073b 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -285,7 +285,7 @@ starting in Perl v5.18, but prior to that, the sole difference was that the vertical tab (C<"\cK">) was not matched by C<\s>. The following table is a complete listing of characters matched by -C<\s>, C<\h> and C<\v> as of Unicode 6.0. +C<\s>, C<\h> and C<\v> as of Unicode 6.3. The first column gives the Unicode code point of the character (in hex format), the second column gives the (Unicode) name. The third column indicates @@ -301,7 +301,6 @@ effect that changes the C<\s> matching). 0x0085 NEXT LINE (NEL) vs [2] 0x00a0 NO-BREAK SPACE h s [2] 0x1680 OGHAM SPACE MARK h s - 0x180e MONGOLIAN VOWEL SEPARATOR h s 0x2000 EN QUAD h s 0x2001 EM QUAD h s 0x2002 EN SPACE h s |